#DEC9D3

Color #DEC9D3 Prim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prim #DEC9D3

Tints of Prim #DEC9D3

Color information

#DEC9D3 (or 0xDEC9D3) is unknown color: approx Prim. HEX triplet: DE, C9 and D3. RGB value is (222,201,211). Sum of RGB (Red+Green+Blue) = 222+201+211=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 201 (78.91% from 255 or 31.70% from 634); Blue value is 211 (82.81% from 255 or 33.28% from 634); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC9D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC9D3 is #21362C. Grayscale: #D0D0D0. Windows color (decimal): -2176557 or 13879774. OLE color: 13879774.

HSL color Cylindrical-coordinate representation of color #DEC9D3: hue angle of 331.43º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DEC9D3 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB222201211-
CMYK00.090.050.13
HSL331.43º24.14%82.94%-
HSV(B)331.43º9.46%87.06%-
XYZ62.7762.0170.29-
YUV208.42129.46137.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 35.02%
GREEN value IS 201 (78.91% from 255) = 31.70%
BLUE value IS 211 (82.81% from 255) = 33.28%
R=35.02%
G=31.70%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220121100.090.050.13331.4324.1482.94
HexDEC9D3095D14b1853
Octal33631132301151551330123
Binary110111101100100111010011010011011101101001011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC9D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC9D3; }

 p { color: rgb(222,201,211); }

 H1.HeaderClassName
 {
   color: #DEC9D3;
 }
 .AnyTagClassName
 {
   color: #DEC9D3;
 }
</style>
background-color css

<style>
 a { background-color: #DEC9D3; }

 a { background-color: rgb(222,201,211); }

 div.DivClassName
 {
   background-color: #DEC9D3;
 }
 .BgClassName
 {
   background-color: #DEC9D3;
 }
</style>
border-color css

<style>
 span { border-color: #DEC9D3; }

 span { border-color: rgb(222,201,211); }

 td.TdClassName
 {
   border-color: #DEC9D3;
 }
 .TagClassName
 {
   border-color: #DEC9D3;
 }
</style>