#DECFDE

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

Shades of Snuff #DECFDE

Tints of Snuff #DECFDE

Color information

#DECFDE (or 0xDECFDE) is unknown color: approx Snuff. HEX triplet: DE, CF and DE. RGB value is (222,207,222). Sum of RGB (Red+Green+Blue) = 222+207+222=651 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.10% from 651); Green value is 207 (81.25% from 255 or 31.80% from 651); Blue value is 222 (87.11% from 255 or 34.10% from 651); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DECFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECFDE is #213021. Grayscale: #D5D5D5. Windows color (decimal): -2175010 or 14602206. OLE color: 14602206.

HSL color Cylindrical-coordinate representation of color #DECFDE: hue angle of 300º degrees, saturation: 0.19, 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 #DECFDE is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB222207222-
CMYK00.0700.13
HSL300º18.52%84.12%-
HSV(B)300º6.76%87.06%-
XYZ65.6265.4378.28-
YUV213.2132.97134.28-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.10%
GREEN value IS 207 (81.25% from 255) = 31.80%
BLUE value IS 222 (87.11% from 255) = 34.10%
R=34.10%
G=31.80%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220722200.0700.1330018.5284.12
HexDECFDE070D12c1354
Octal3363173360701545423124
Binary110111101100111111011110011101101100101100100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECFDE; }

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

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

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

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

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

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

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

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