Html Css Color HEX #DECD9E Double Colonial White
📋 copy color: '#DECD9E'red 222 ◦ green 205 ◦ blue 158
Shades of Double Colonial White #DECD9E
Tints of Double Colonial White #DECD9E
RGB
CMYK
RGB Variations
Color information
#DECD9E (or 0xDECD9E) is known color: Double Colonial White. HEX triplet: DE, CD and 9E. RGB value is (222,205,158). Sum of RGB (Red+Green+Blue) = 222+205+158=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 158 (62.11% from 255 or 27.01% from 585); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECD9E is #213261. Grayscale: #CCCCCC. Windows color (decimal): -2175586 or 10407390. OLE color: 10407390.
HSL color Cylindrical-coordinate representation of color #DECD9E: hue angle of 44.06º 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 #DECD9E is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 158 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.13 |
| HSL | 44.06º | 0.49% | 0.75% | - |
| HSV(B) | 44.06º | 0.29% | 0.87% | - |
| XYZ | 58.13 | 61.66 | 41.19 | - |
| YUV | 204.73 | 101.63 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 158 | 0 | 0.08 | 0.29 | 0.13 | 44.06 | 0.49 | 0.75 |
| Hex | DE | CD | 9E | 0 | 8 | 1D | D | 2C | 31 | 4B |
| Octal | 336 | 315 | 236 | 0 | 10 | 35 | 15 | 54 | 61 | 113 |
| Binary | 11011110 | 11001101 | 10011110 | 0 | 1000 | 11101 | 1101 | 101100 | 110001 | 1001011 |
Color Harmonies of #DECD9E
Complementary color
Monochromatic Colors of #DECD9E
Black with #DECD9E
Text Example
Text Example
White with #DECD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECD9E; }
p { color: rgb(222,205,158); }
H1.HeaderClassName
{
color: #DECD9E;
}
.AnyTagClassName
{
color: #DECD9E;
}
</style>
background-color css
<style>
a { background-color: #DECD9E; }
a { background-color: rgb(222,205,158); }
div.DivClassName
{
background-color: #DECD9E;
}
.BgClassName
{
background-color: #DECD9E;
}
</style>
border-color css
<style>
span { border-color: #DECD9E; }
span { border-color: rgb(222,205,158); }
td.TdClassName
{
border-color: #DECD9E;
}
.TagClassName
{
border-color: #DECD9E;
}
</style>