Color Hex Logo

#ddcbea Color Hex

#DDCBEA
(221,203,234)
0 Favorites   0 Comments

Color spaces of #ddcbea

RGB 221203234
HSL0.760.420.86
HSV275°13°92°
CMYK 0.060.130.00   0.08
XYZ66.026064.024586.7199
Yxy64.02450.30460.2954
Hunter Lab80.01537.2655-8.2473
CIE-Lab83.978511.8798-13.0118

#ddcbea color RGB value is (221,203,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001011 11101010
Octal 335 313 352
Decimal 221 203 234
Hex DD CB EA

RGB Percentages of Color #ddcbea

%33.59
%30.85
%35.56

CMYK Percentages of Color #ddcbea

%6
%13
%0
%8

Triadic Colors of #ddcbea

#ddcbea #eaddcb #cbeadd

Analogous Colors of #ddcbea

#ddcbea #eacbe8 #cecbea

Monochromatic Colors of #ddcbea

#ddcbea

Complementary Color

#ddcbea #d8eacb

#ddcbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcbea Color CSS Codes

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

#ddcbea Text Font Color

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

This sample text font color is #ddcbea
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.


#ddcbea Background Color

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

This div background color is #ddcbea


#ddcbea Border Color

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

This div border color is #ddcbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcbea

#ddcbea Color Palettes


Comments

No comments written yet.

Please login to write comment.