Color Hex Logo

#ddcbeb Color Hex

#DDCBEB
(221,203,235)
0 Favorites   0 Comments

Color spaces of #ddcbeb

RGB 221203235
HSL0.760.440.86
HSV274°14°92°
CMYK 0.060.140.00   0.08
XYZ66.170164.082287.4788
Yxy64.08220.30390.2943
Hunter Lab80.05147.4574-8.7552
CIE-Lab84.008512.0722-13.4992

#ddcbeb color RGB value is (221,203,235).

#ddcbeb hex color red value is 221, green value is 203 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ddcbeb hue: 0.76 , saturation: 0.44 and the lightness value of ddcbeb is 0.86.

The process color (four color CMYK) of #ddcbeb color hex is 0.06, 0.14, 0.00, 0.08. Web safe color of #ddcbeb is #ccccff. Color #ddcbeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001011 11101011
Octal 335 313 353
Decimal 221 203 235
Hex DD CB EB

RGB Percentages of Color #ddcbeb

%33.54
%30.80
%35.66

CMYK Percentages of Color #ddcbeb

%6
%14
%0
%8

Triadic Colors of #ddcbeb

#ddcbeb #ebddcb #cbebdd

Analogous Colors of #ddcbeb

#ddcbeb #ebcbe9 #cdcbeb

Monochromatic Colors of #ddcbeb

#ddcbeb

Complementary Color

#ddcbeb #d9ebcb

#ddcbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcbeb Color CSS Codes

.mybgcolor {background-color:#ddcbeb; } 
.myforecolor {color:#ddcbeb; }
.mybordercolor {border:3px solid #ddcbeb; }

#ddcbeb Text Font Color

<p style="color:#ddcbeb">Text here</p>

This sample text font color is #ddcbeb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddcbeb Background Color

<div style="background-color:#ddcbeb">
Div content here</div>

This div background color is #ddcbeb


#ddcbeb Border Color

<div style="border:3px solid #ddcbeb">
Div here</div>

This div border color is #ddcbeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,203,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddcbeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddcbeb;
  -webkit-box-shadow: 1px 1px 3px 2px #ddcbeb;
  box-shadow:         1px 1px 3px 2px #ddcbeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,203,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddcbeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddcbeb;
  -webkit-box-shadow: 1px 1px 3px 2px #ddcbeb;
  box-shadow:         1px 1px 3px 2px #ddcbeb;">
Div content here</div>

This div box has shadow with color #ddcbeb


Comments

No comments written yet.

Please login to write comment.