Color Hex Logo

#dec3dd Color Hex

#DEC3DD
(222,195,221)
0 Favorites   0 Comments

Color spaces of #dec3dd

RGB 222195221
HSL0.840.290.82
HSV302°12°87°
CMYK 0.000.120.00   0.13
XYZ62.690559.780376.6412
Yxy59.78030.31490.3002
Hunter Lab77.31779.4248-4.6488
CIE-Lab81.718614.0347-9.4284

#dec3dd color RGB value is (222,195,221).

#dec3dd hex color red value is 222, green value is 195 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #dec3dd hue: 0.84 , saturation: 0.29 and the lightness value of dec3dd is 0.82.

The process color (four color CMYK) of #dec3dd color hex is 0.00, 0.12, 0.00, 0.13. Web safe color of #dec3dd is #cccccc. Color #dec3dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000011 11011101
Octal 336 303 335
Decimal 222 195 221
Hex DE C3 DD

RGB Percentages of Color #dec3dd

%34.80
%30.56
%34.64

CMYK Percentages of Color #dec3dd

%0
%12
%0
%13

Triadic Colors of #dec3dd

#dec3dd #dddec3 #c3ddde

Analogous Colors of #dec3dd

#dec3dd #dec3d0 #d2c3de

Monochromatic Colors of #dec3dd

#dec3dd

Complementary Color

#dec3dd #c3dec4

#dec3dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec3dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec3dd Color CSS Codes

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

#dec3dd Text Font Color

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

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


#dec3dd Background Color

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

This div background color is #dec3dd


#dec3dd Border Color

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

This div border color is #dec3dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec3dd


Comments

No comments written yet.

Please login to write comment.