#DECE93

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

Shades of Double Colonial White #DECE93

Tints of Double Colonial White #DECE93

Color information

#DECE93 (or 0xDECE93) is unknown color: approx Double Colonial White. HEX triplet: DE, CE and 93. RGB value is (222,206,147). Sum of RGB (Red+Green+Blue) = 222+206+147=575 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.61% from 575); Green value is 206 (80.86% from 255 or 35.83% from 575); Blue value is 147 (57.81% from 255 or 25.57% from 575); Max value from RGB is 222 - color contains mainly: red. Hex color #DECE93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECE93 is #21316C. Grayscale: #CCCCCC. Windows color (decimal): -2175341 or 9686750. OLE color: 9686750.

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

Color convert

RGB222206147-
CMYK00.070.340.13
HSL47.2º53.19%72.35%-
HSV(B)47.2º33.78%87.06%-
XYZ57.4661.7836.5-
YUV204.0695.8140.8-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.61%
GREEN value IS 206 (80.86% from 255) = 35.83%
BLUE value IS 147 (57.81% from 255) = 25.57%
R=38.61%
G=35.83%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220614700.070.340.1347.253.1972.35
HexDECE930722D2f3548
Octal3363162230742155765110
Binary110111101100111010010011011110001011011011111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECE93; }

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

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

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

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

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

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

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

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