#DECFCE

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

Shades of Light Grey #DECFCE

Tints of Light Grey #DECFCE

Color information

#DECFCE (or 0xDECFCE) is unknown color: approx Light Grey. HEX triplet: DE, CF and CE. RGB value is (222,207,206). Sum of RGB (Red+Green+Blue) = 222+207+206=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 207 (81.25% from 255 or 32.60% from 635); Blue value is 206 (80.86% from 255 or 32.44% from 635); Max value from RGB is 222 - color contains mainly: red. Hex color #DECFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECFCE is #213031. Grayscale: #D3D3D3. Windows color (decimal): -2175026 or 13553630. OLE color: 13553630.

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

Color convert

RGB222207206-
CMYK00.070.070.13
HSL3.75º19.51%83.92%-
HSV(B)3.75º7.21%87.06%-
XYZ63.5864.6167.51-
YUV211.37124.97135.58-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.96%
GREEN value IS 207 (81.25% from 255) = 32.60%
BLUE value IS 206 (80.86% from 255) = 32.44%
R=34.96%
G=32.60%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220720600.070.070.133.7519.5183.92
HexDECFCE077D41454
Octal33631731607715424124
Binary11011110110011111100111001111111101100101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECFCE; }

 p { color: rgb(222,207,206); }

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

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

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

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

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

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

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