#DECEA0

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

Shades of Double Colonial White #DECEA0

Tints of Double Colonial White #DECEA0

Color information

#DECEA0 (or 0xDECEA0) is unknown color: approx Double Colonial White. HEX triplet: DE, CE and A0. RGB value is (222,206,160). Sum of RGB (Red+Green+Blue) = 222+206+160=588 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.76% from 588); Green value is 206 (80.86% from 255 or 35.03% from 588); Blue value is 160 (62.89% from 255 or 27.21% from 588); Max value from RGB is 222 - color contains mainly: red. Hex color #DECEA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECEA0 is #21315F. Grayscale: #CDCDCD. Windows color (decimal): -2175328 or 10538718. OLE color: 10538718.

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

Color convert

RGB222206160-
CMYK00.070.280.13
HSL44.52º48.44%74.9%-
HSV(B)44.52º27.93%87.06%-
XYZ58.5462.2142.18-
YUV205.54102.3139.74-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.76%
GREEN value IS 206 (80.86% from 255) = 35.03%
BLUE value IS 160 (62.89% from 255) = 27.21%
R=37.76%
G=35.03%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220616000.070.280.1344.5248.4474.9
HexDECEA0071CD2d304b
Octal3363162400734155560113
Binary11011110110011101010000001111110011011011011100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECEA0; }

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

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

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

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

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

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

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

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