Color Hex Logo

#ddcbec Color Hex

#DDCBEC
(221,203,236)
0 Favorites   0 Comments

Color spaces of #ddcbec

RGB 221203236
HSL0.760.460.86
HSV273°14°93°
CMYK 0.060.140.00   0.07
XYZ66.315164.140288.2420
Yxy64.14020.30320.2933
Hunter Lab80.08767.6505-9.2655
CIE-Lab84.038712.2657-13.9864

#ddcbec color RGB value is (221,203,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001011 11101100
Octal 335 313 354
Decimal 221 203 236
Hex DD CB EC

RGB Percentages of Color #ddcbec

%33.48
%30.76
%35.76

CMYK Percentages of Color #ddcbec

%6
%14
%0
%7

Triadic Colors of #ddcbec

#ddcbec #ecddcb #cbecdd

Analogous Colors of #ddcbec

#ddcbec #eccbeb #cdcbec

Monochromatic Colors of #ddcbec

#ddcbec

Complementary Color

#ddcbec #daeccb

#ddcbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcbec Color CSS Codes

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

#ddcbec Text Font Color

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

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


#ddcbec Background Color

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

This div background color is #ddcbec


#ddcbec Border Color

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

This div border color is #ddcbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcbec


Comments

No comments written yet.

Please login to write comment.