Color Hex Logo

#ddcbfe Color Hex

#DDCBFE
(221,203,254)
0 Favorites   0 Comments

Color spaces of #ddcbfe

RGB 221203254
HSL0.730.960.90
HSV261°20°100°
CMYK 0.130.200.00   0.00
XYZ69.064165.2398102.7184
Yxy65.23980.29140.2752
Hunter Lab80.771211.2785-18.8605
CIE-Lab84.607215.8605-22.6914

#ddcbfe color RGB value is (221,203,254).

#ddcbfe hex color red value is 221, green value is 203 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ddcbfe hue: 0.73 , saturation: 0.96 and the lightness value of ddcbfe is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001011 11111110
Octal 335 313 376
Decimal 221 203 254
Hex DD CB FE

RGB Percentages of Color #ddcbfe

%32.60
%29.94
%37.46

CMYK Percentages of Color #ddcbfe

%13
%20
%0
%0

Triadic Colors of #ddcbfe

#ddcbfe #feddcb #cbfedd

Analogous Colors of #ddcbfe

#ddcbfe #f7cbfe #cbd3fe

Monochromatic Colors of #ddcbfe

#ddcbfe

Complementary Color

#ddcbfe #ecfecb

#ddcbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcbfe Color CSS Codes

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

#ddcbfe Text Font Color

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

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


#ddcbfe Background Color

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

This div background color is #ddcbfe


#ddcbfe Border Color

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

This div border color is #ddcbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcbfe


Comments

No comments written yet.

Please login to write comment.