#DECDE1

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

Shades of Snuff #DECDE1

Tints of Snuff #DECDE1

Color information

#DECDE1 (or 0xDECDE1) is unknown color: approx Snuff. HEX triplet: DE, CD and E1. RGB value is (222,205,225). Sum of RGB (Red+Green+Blue) = 222+205+225=652 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.05% from 652); Green value is 205 (80.47% from 255 or 31.44% from 652); Blue value is 225 (88.28% from 255 or 34.51% from 652); Max value from RGB is 225 - color contains mainly: blue. Hex color #DECDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECDE1 is #21321E. Grayscale: #D4D4D4. Windows color (decimal): -2175519 or 14798302. OLE color: 14798302.

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

Color convert

RGB222205225-
CMYK0.010.0900.12
HSL291º25%84.31%-
HSV(B)291º8.89%88.24%-
XYZ65.5564.6380.25-
YUV212.36135.13134.87-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.05%
GREEN value IS 205 (80.47% from 255) = 31.44%
BLUE value IS 225 (88.28% from 255) = 34.51%
R=34.05%
G=31.44%
B=34.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2222052250.010.0900.122912584.31
HexDECDE1190C1231954
Octal33631534111101444331124
Binary1101111011001101111000011100101100100100011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECDE1; }

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

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

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

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

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

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

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

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