#DEC4CC

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

Shades of Prim #DEC4CC

Tints of Prim #DEC4CC

Color information

#DEC4CC (or 0xDEC4CC) is unknown color: approx Prim. HEX triplet: DE, C4 and CC. RGB value is (222,196,204). Sum of RGB (Red+Green+Blue) = 222+196+204=622 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.69% from 622); Green value is 196 (76.95% from 255 or 31.51% from 622); Blue value is 204 (80.08% from 255 or 32.80% from 622); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC4CC is #213B33. Grayscale: #CCCCCC. Windows color (decimal): -2177844 or 13419742. OLE color: 13419742.

HSL color Cylindrical-coordinate representation of color #DEC4CC: hue angle of 341.54º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEC4CC is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB222196204-
CMYK00.120.080.13
HSL341.54º28.26%81.96%-
HSV(B)341.54º11.71%87.06%-
XYZ60.7659.3765.38-
YUV204.69127.61140.35-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.69%
GREEN value IS 196 (76.95% from 255) = 31.51%
BLUE value IS 204 (80.08% from 255) = 32.80%
R=35.69%
G=31.51%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219620400.120.080.13341.5428.2681.96
HexDEC4CC0C8D1561c52
Octal336304314014101552634122
Binary1101111011000100110011000110010001101101010110111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC4CC; }

 p { color: rgb(222,196,204); }

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

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

 a { background-color: rgb(222,196,204); }

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

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

 span { border-color: rgb(222,196,204); }

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