#DECAE1

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

Shades of Snuff #DECAE1

Tints of Snuff #DECAE1

Color information

#DECAE1 (or 0xDECAE1) is unknown color: approx Snuff. HEX triplet: DE, CA and E1. RGB value is (222,202,225). Sum of RGB (Red+Green+Blue) = 222+202+225=649 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.21% from 649); Green value is 202 (79.30% from 255 or 31.12% from 649); Blue value is 225 (88.28% from 255 or 34.67% from 649); Max value from RGB is 225 - color contains mainly: blue. Hex color #DECAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECAE1 is #21351E. Grayscale: #D2D2D2. Windows color (decimal): -2176287 or 14797534. OLE color: 14797534.

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

Color convert

RGB222202225-
CMYK0.010.1000.12
HSL292.17º27.71%83.73%-
HSV(B)292.17º10.22%88.24%-
XYZ64.8463.2180.02-
YUV210.6136.13136.13-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.21%
GREEN value IS 202 (79.30% from 255) = 31.12%
BLUE value IS 225 (88.28% from 255) = 34.67%
R=34.21%
G=31.12%
B=34.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2222022250.010.1000.12292.1727.7183.73
HexDECAE11A0C1241c54
Octal33631234111201444434124
Binary1101111011001010111000011101001100100100100111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECAE1; }

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

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

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

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

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

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

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

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