#DECE9E

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

Shades of Double Colonial White #DECE9E

Tints of Double Colonial White #DECE9E

Color information

#DECE9E (or 0xDECE9E) is unknown color: approx Double Colonial White. HEX triplet: DE, CE and 9E. RGB value is (222,206,158). Sum of RGB (Red+Green+Blue) = 222+206+158=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 158 (62.11% from 255 or 26.96% from 586); Max value from RGB is 222 - color contains mainly: red. Hex color #DECE9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECE9E is #213161. Grayscale: #CDCDCD. Windows color (decimal): -2175330 or 10407646. OLE color: 10407646.

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

Color convert

RGB222206158-
CMYK00.070.290.13
HSL45º49.23%74.51%-
HSV(B)45º28.83%87.06%-
XYZ58.3762.1441.27-
YUV205.31101.3139.9-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.88%
GREEN value IS 206 (80.86% from 255) = 35.15%
BLUE value IS 158 (62.11% from 255) = 26.96%
R=37.88%
G=35.15%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220615800.070.290.134549.2374.51
HexDECE9E071DD2d314b
Octal3363162360735155561113
Binary11011110110011101001111001111110111011011011100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECE9E; }

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

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

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

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

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

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

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

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