#DECDE0

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

Shades of Snuff #DECDE0

Tints of Snuff #DECDE0

Color information

#DECDE0 (or 0xDECDE0) is unknown color: approx Snuff. HEX triplet: DE, CD and E0. RGB value is (222,205,224). Sum of RGB (Red+Green+Blue) = 222+205+224=651 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.10% from 651); Green value is 205 (80.47% from 255 or 31.49% from 651); Blue value is 224 (87.89% from 255 or 34.41% from 651); Max value from RGB is 224 - color contains mainly: blue. Hex color #DECDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECDE0 is #21321F. Grayscale: #D4D4D4. Windows color (decimal): -2175520 or 14732766. OLE color: 14732766.

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

Color convert

RGB222205224-
CMYK0.010.0800.12
HSL293.68º23.46%84.12%-
HSV(B)293.68º8.48%87.84%-
XYZ65.4164.5779.54-
YUV212.25134.63134.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.10%
GREEN value IS 205 (80.47% from 255) = 31.49%
BLUE value IS 224 (87.89% from 255) = 34.41%
R=34.10%
G=31.49%
B=34.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2222052240.010.0800.12293.6823.4684.12
HexDECDE0180C1261754
Octal33631534011001444627124
Binary1101111011001101111000001100001100100100110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECDE0; }

 p { color: rgb(222,205,224); }

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

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

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

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

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

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

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