Html Css Color HEX #DECE9D Double Colonial White
📋 copy color: '#DECE9D'red 222 ◦ green 206 ◦ blue 157
Shades of Double Colonial White #DECE9D
Tints of Double Colonial White #DECE9D
RGB
CMYK
RGB Variations
Color information
#DECE9D (or 0xDECE9D) is known color: Double Colonial White. HEX triplet: DE, CE and 9D. RGB value is (222,206,157). Sum of RGB (Red+Green+Blue) = 222+206+157=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 157 (61.72% from 255 or 26.84% from 585); Max value from RGB is 222 - color contains mainly: red. Hex color #DECE9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECE9D is #213162. Grayscale: #CDCDCD. Windows color (decimal): -2175331 or 10342110. OLE color: 10342110.
HSL color Cylindrical-coordinate representation of color #DECE9D: hue angle of 45.23º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DECE9D is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 206 | 157 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.13 |
| HSL | 45.23º | 0.5% | 0.74% | - |
| HSV(B) | 45.23º | 0.29% | 0.87% | - |
| XYZ | 58.28 | 62.11 | 40.81 | - |
| YUV | 205.2 | 100.8 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 206 | 157 | 0 | 0.07 | 0.29 | 0.13 | 45.23 | 0.5 | 0.74 |
| Hex | DE | CE | 9D | 0 | 7 | 1D | D | 2D | 32 | 4A |
| Octal | 336 | 316 | 235 | 0 | 7 | 35 | 15 | 55 | 62 | 112 |
| Binary | 11011110 | 11001110 | 10011101 | 0 | 111 | 11101 | 1101 | 101101 | 110010 | 1001010 |
Color Harmonies of #DECE9D
Complementary color
Monochromatic Colors of #DECE9D
Black with #DECE9D
Text Example
Text Example
White with #DECE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECE9D; }
p { color: rgb(222,206,157); }
H1.HeaderClassName
{
color: #DECE9D;
}
.AnyTagClassName
{
color: #DECE9D;
}
</style>
background-color css
<style>
a { background-color: #DECE9D; }
a { background-color: rgb(222,206,157); }
div.DivClassName
{
background-color: #DECE9D;
}
.BgClassName
{
background-color: #DECE9D;
}
</style>
border-color css
<style>
span { border-color: #DECE9D; }
span { border-color: rgb(222,206,157); }
td.TdClassName
{
border-color: #DECE9D;
}
.TagClassName
{
border-color: #DECE9D;
}
</style>