#DECAE0

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

Shades of Snuff #DECAE0

Tints of Snuff #DECAE0

Color information

#DECAE0 (or 0xDECAE0) is unknown color: approx Snuff. HEX triplet: DE, CA and E0. RGB value is (222,202,224). Sum of RGB (Red+Green+Blue) = 222+202+224=648 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.26% from 648); Green value is 202 (79.30% from 255 or 31.17% from 648); Blue value is 224 (87.89% from 255 or 34.57% from 648); Max value from RGB is 224 - color contains mainly: blue. Hex color #DECAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECAE0 is #21351F. Grayscale: #D2D2D2. Windows color (decimal): -2176288 or 14731998. OLE color: 14731998.

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

Color convert

RGB222202224-
CMYK0.010.1000.12
HSL294.55º26.19%83.53%-
HSV(B)294.55º9.82%87.84%-
XYZ64.763.1579.3-
YUV210.49135.63136.21-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.26%
GREEN value IS 202 (79.30% from 255) = 31.17%
BLUE value IS 224 (87.89% from 255) = 34.57%
R=34.26%
G=31.17%
B=34.57%

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
Decimal2222022240.010.1000.12294.5526.1983.53
HexDECAE01A0C1271a54
Octal33631234011201444732124
Binary1101111011001010111000001101001100100100111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECAE0; }

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

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

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

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

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

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

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

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