Html Css Color HEX #DECE8F Double Colonial White
📋 copy color: '#DECE8F'red 222 ◦ green 206 ◦ blue 143
Shades of Double Colonial White #DECE8F
Tints of Double Colonial White #DECE8F
RGB
CMYK
RGB Variations
Color information
#DECE8F (or 0xDECE8F) is known color: Double Colonial White. HEX triplet: DE, CE and 8F. RGB value is (222,206,143). Sum of RGB (Red+Green+Blue) = 222+206+143=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 206 (80.86% from 255 or 36.08% from 571); Blue value is 143 (56.25% from 255 or 25.04% from 571); Max value from RGB is 222 - color contains mainly: red. Hex color #DECE8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECE8F is #213170. Grayscale: #CBCBCB. Windows color (decimal): -2175345 or 9424606. OLE color: 9424606.
HSL color Cylindrical-coordinate representation of color #DECE8F: hue angle of 47.85º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DECE8F is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 206 | 143 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.13 |
| HSL | 47.85º | 0.54% | 0.72% | - |
| HSV(B) | 47.85º | 0.36% | 0.87% | - |
| XYZ | 57.15 | 61.66 | 34.87 | - |
| YUV | 203.6 | 93.8 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 206 | 143 | 0 | 0.07 | 0.36 | 0.13 | 47.85 | 0.54 | 0.72 |
| Hex | DE | CE | 8F | 0 | 7 | 24 | D | 30 | 36 | 48 |
| Octal | 336 | 316 | 217 | 0 | 7 | 44 | 15 | 60 | 66 | 110 |
| Binary | 11011110 | 11001110 | 10001111 | 0 | 111 | 100100 | 1101 | 110000 | 110110 | 1001000 |
Color Harmonies of #DECE8F
Complementary color
Monochromatic Colors of #DECE8F
Black with #DECE8F
Text Example
Text Example
White with #DECE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECE8F; }
p { color: rgb(222,206,143); }
H1.HeaderClassName
{
color: #DECE8F;
}
.AnyTagClassName
{
color: #DECE8F;
}
</style>
background-color css
<style>
a { background-color: #DECE8F; }
a { background-color: rgb(222,206,143); }
div.DivClassName
{
background-color: #DECE8F;
}
.BgClassName
{
background-color: #DECE8F;
}
</style>
border-color css
<style>
span { border-color: #DECE8F; }
span { border-color: rgb(222,206,143); }
td.TdClassName
{
border-color: #DECE8F;
}
.TagClassName
{
border-color: #DECE8F;
}
</style>