#DECE91

Color #DECE91 Double Colonial White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Double Colonial White #DECE91

Tints of Double Colonial White #DECE91

Color information

#DECE91 (or 0xDECE91) is unknown color: approx Double Colonial White. HEX triplet: DE, CE and 91. RGB value is (222,206,145). Sum of RGB (Red+Green+Blue) = 222+206+145=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 145 (57.03% from 255 or 25.31% from 573); Max value from RGB is 222 - color contains mainly: red. Hex color #DECE91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECE91 is #21316E. Grayscale: #CCCCCC. Windows color (decimal): -2175343 or 9555678. OLE color: 9555678.

HSL color Cylindrical-coordinate representation of color #DECE91: hue angle of 47.53º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DECE91 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB222206145-
CMYK00.070.350.13
HSL47.53º53.85%71.96%-
HSV(B)47.53º34.68%87.06%-
XYZ57.3161.7235.68-
YUV203.8394.8140.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.74%
GREEN value IS 206 (80.86% from 255) = 35.95%
BLUE value IS 145 (57.03% from 255) = 25.31%
R=38.74%
G=35.95%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220614500.070.350.1347.5353.8571.96
HexDECE910723D303648
Octal3363162210743156066110
Binary110111101100111010010001011110001111011100001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECE91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECE91; }

 p { color: rgb(222,206,145); }

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

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

 a { background-color: rgb(222,206,145); }

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

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

 span { border-color: rgb(222,206,145); }

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