#DEC8CC

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

Shades of Prim #DEC8CC

Tints of Prim #DEC8CC

Color information

#DEC8CC (or 0xDEC8CC) is unknown color: approx Prim. HEX triplet: DE, C8 and CC. RGB value is (222,200,204). Sum of RGB (Red+Green+Blue) = 222+200+204=626 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.46% from 626); Green value is 200 (78.52% from 255 or 31.95% from 626); Blue value is 204 (80.08% from 255 or 32.59% from 626); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC8CC is #213733. Grayscale: #CFCFCF. Windows color (decimal): -2176820 or 13420766. OLE color: 13420766.

HSL color Cylindrical-coordinate representation of color #DEC8CC: hue angle of 349.09º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEC8CC is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB222200204-
CMYK00.100.080.13
HSL349.09º25%82.75%-
HSV(B)349.09º9.91%87.06%-
XYZ61.6861.265.69-
YUV207.03126.29138.67-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.46%
GREEN value IS 200 (78.52% from 255) = 31.95%
BLUE value IS 204 (80.08% from 255) = 32.59%
R=35.46%
G=31.95%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220020400.100.080.13349.092582.75
HexDEC8CC0A8D15d1953
Octal336310314012101553531123
Binary1101111011001000110011000101010001101101011101110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC8CC; }

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

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

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

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

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

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

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

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