#DECCCC

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

Shades of Light Grey #DECCCC

Tints of Light Grey #DECCCC

Color information

#DECCCC (or 0xDECCCC) is unknown color: approx Light Grey. HEX triplet: DE, CC and CC. RGB value is (222,204,204). Sum of RGB (Red+Green+Blue) = 222+204+204=630 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.24% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 204 (80.08% from 255 or 32.38% from 630); Max value from RGB is 222 - color contains mainly: red. Hex color #DECCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECCCC is #213333. Grayscale: #D1D1D1. Windows color (decimal): -2175796 or 13421790. OLE color: 13421790.

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

Color convert

RGB222204204-
CMYK00.080.080.13
HSL21.43%83.53%-
HSV(B)8.11%87.06%-
XYZ62.6263.0766-
YUV209.38124.96137-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.24%
GREEN value IS 204 (80.08% from 255) = 32.38%
BLUE value IS 204 (80.08% from 255) = 32.38%
R=35.24%
G=32.38%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220420400.080.080.13021.4383.53
HexDECCCC088D01554
Octal3363143140101015025124
Binary11011110110011001100110001000100011010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECCCC; }

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

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

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

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

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

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

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

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