Color Hex Logo

#ddcbee Color Hex

#DDCBEE
(221,203,238)
0 Favorites   0 Comments

Color spaces of #ddcbee

RGB 221203238
HSL0.750.510.86
HSV271°15°93°
CMYK 0.070.150.00   0.07
XYZ66.607364.257189.7812
Yxy64.25710.30190.2912
Hunter Lab80.16058.0390-10.2935
CIE-Lab84.099512.6543-14.9596

#ddcbee color RGB value is (221,203,238).

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

The process color (four color CMYK) of #ddcbee color hex is 0.07, 0.15, 0.00, 0.07. Web safe color of #ddcbee is #ccccff. Color #ddcbee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001011 11101110
Octal 335 313 356
Decimal 221 203 238
Hex DD CB EE

RGB Percentages of Color #ddcbee

%33.38
%30.66
%35.95

CMYK Percentages of Color #ddcbee

%7
%15
%0
%7

Triadic Colors of #ddcbee

#ddcbee #eeddcb #cbeedd

Analogous Colors of #ddcbee

#ddcbee #eecbee #cccbee

Monochromatic Colors of #ddcbee

#ddcbee

Complementary Color

#ddcbee #dceecb

#ddcbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcbee Color CSS Codes

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

#ddcbee Text Font Color

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

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


#ddcbee Background Color

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

This div background color is #ddcbee


#ddcbee Border Color

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

This div border color is #ddcbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcbee


Comments

No comments written yet.

Please login to write comment.