Color Hex Logo

#de9ddc Color Hex

#DE9DDC
(222,157,220)
0 Favorites   0 Comments

Color spaces of #de9ddc

RGB 222157220
HSL0.840.500.74
HSV302°29°87°
CMYK 0.000.290.01   0.13
XYZ55.099444.810873.4554
Yxy44.81080.31780.2585
Hunter Lab66.940929.7778-18.2014
CIE-Lab72.767134.2903-22.3619

#de9ddc color RGB value is (222,157,220).

#de9ddc hex color red value is 222, green value is 157 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #de9ddc hue: 0.84 , saturation: 0.50 and the lightness value of de9ddc is 0.74.

The process color (four color CMYK) of #de9ddc color hex is 0.00, 0.29, 0.01, 0.13. Web safe color of #de9ddc is #cc99cc. Color #de9ddc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10011101 11011100
Octal 336 235 334
Decimal 222 157 220
Hex DE 9D DC

RGB Percentages of Color #de9ddc

%37.06
%26.21
%36.73

CMYK Percentages of Color #de9ddc

%0
%29
%1
%13

Triadic Colors of #de9ddc

#de9ddc #dcde9d #9ddcde

Analogous Colors of #de9ddc

#de9ddc #de9dbc #c09dde

Monochromatic Colors of #de9ddc

#de9ddc

Complementary Color

#de9ddc #9dde9f

#de9ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de9ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#de9ddc Color CSS Codes

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

#de9ddc Text Font Color

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

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


#de9ddc Background Color

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

This div background color is #de9ddc


#de9ddc Border Color

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

This div border color is #de9ddc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(222,157,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #de9ddc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #de9ddc;
  -webkit-box-shadow: 1px 1px 3px 2px #de9ddc;
  box-shadow:         1px 1px 3px 2px #de9ddc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,157,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de9ddc


Comments

No comments written yet.

Please login to write comment.