#DECBE1

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

Shades of Snuff #DECBE1

Tints of Snuff #DECBE1

Color information

#DECBE1 (or 0xDECBE1) is unknown color: approx Snuff. HEX triplet: DE, CB and E1. RGB value is (222,203,225). Sum of RGB (Red+Green+Blue) = 222+203+225=650 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.15% from 650); Green value is 203 (79.69% from 255 or 31.23% from 650); Blue value is 225 (88.28% from 255 or 34.62% from 650); Max value from RGB is 225 - color contains mainly: blue. Hex color #DECBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECBE1 is #21341E. Grayscale: #D3D3D3. Windows color (decimal): -2176031 or 14797790. OLE color: 14797790.

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

Color convert

RGB222203225-
CMYK0.010.1000.12
HSL291.82º26.83%83.92%-
HSV(B)291.82º9.78%88.24%-
XYZ65.0763.6880.1-
YUV211.19135.79135.71-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.15%
GREEN value IS 203 (79.69% from 255) = 31.23%
BLUE value IS 225 (88.28% from 255) = 34.62%
R=34.15%
G=31.23%
B=34.62%

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
Decimal2222032250.010.1000.12291.8226.8383.92
HexDECBE11A0C1241b54
Octal33631334111201444433124
Binary1101111011001011111000011101001100100100100110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECBE1; }

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

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

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

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

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

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

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

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