#DECCE1

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

Shades of Snuff #DECCE1

Tints of Snuff #DECCE1

Color information

#DECCE1 (or 0xDECCE1) is unknown color: approx Snuff. HEX triplet: DE, CC and E1. RGB value is (222,204,225). Sum of RGB (Red+Green+Blue) = 222+204+225=651 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.10% from 651); Green value is 204 (80.08% from 255 or 31.34% from 651); Blue value is 225 (88.28% from 255 or 34.56% from 651); Max value from RGB is 225 - color contains mainly: blue. Hex color #DECCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECCE1 is #21331E. Grayscale: #D3D3D3. Windows color (decimal): -2175775 or 14798046. OLE color: 14798046.

HSL color Cylindrical-coordinate representation of color #DECCE1: hue angle of 291.43º degrees, saturation: 0.26, 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 #DECCE1 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB222204225-
CMYK0.010.0900.12
HSL291.43º25.93%84.12%-
HSV(B)291.43º9.33%88.24%-
XYZ65.3164.1580.17-
YUV211.78135.46135.29-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.10%
GREEN value IS 204 (80.08% from 255) = 31.34%
BLUE value IS 225 (88.28% from 255) = 34.56%
R=34.10%
G=31.34%
B=34.56%

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
Decimal2222042250.010.0900.12291.4325.9384.12
HexDECCE1190C1231a54
Octal33631434111101444332124
Binary1101111011001100111000011100101100100100011110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECCE1; }

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

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

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

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

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

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

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

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