#DECE94

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

Shades of Double Colonial White #DECE94

Tints of Double Colonial White #DECE94

Color information

#DECE94 (or 0xDECE94) is unknown color: approx Double Colonial White. HEX triplet: DE, CE and 94. RGB value is (222,206,148). Sum of RGB (Red+Green+Blue) = 222+206+148=576 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.54% from 576); Green value is 206 (80.86% from 255 or 35.76% from 576); Blue value is 148 (58.20% from 255 or 25.69% from 576); Max value from RGB is 222 - color contains mainly: red. Hex color #DECE94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECE94 is #21316B. Grayscale: #CCCCCC. Windows color (decimal): -2175340 or 9752286. OLE color: 9752286.

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

Color convert

RGB222206148-
CMYK00.070.330.13
HSL47.03º52.86%72.55%-
HSV(B)47.03º33.33%87.06%-
XYZ57.5461.8136.91-
YUV204.1796.3140.72-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.54%
GREEN value IS 206 (80.86% from 255) = 35.76%
BLUE value IS 148 (58.20% from 255) = 25.69%
R=38.54%
G=35.76%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220614800.070.330.1347.0352.8672.55
HexDECE940721D2f3549
Octal3363162240741155765111
Binary110111101100111010010100011110000111011011111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECE94; }

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

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

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

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

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

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

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

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