Shades of Albescent White #DED7C6
Tints of Albescent White #DED7C6
RGB
CMYK
RGB Variations
Color information
#DED7C6 (or 0xDED7C6) is known color: Albescent White. HEX triplet: DE, D7 and C6. RGB value is (222,215,198). Sum of RGB (Red+Green+Blue) = 222+215+198=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 215 (84.38% from 255 or 33.86% from 635); Blue value is 198 (77.73% from 255 or 31.18% from 635); Max value from RGB is 222 - color contains mainly: red. Hex color #DED7C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED7C6 is #212839. Grayscale: #D7D7D7. Windows color (decimal): -2172986 or 13031390. OLE color: 13031390.
HSL color Cylindrical-coordinate representation of color #DED7C6: hue angle of 42.5º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DED7C6 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 215 | 198 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.13 |
| HSL | 42.5º | 0.27% | 0.82% | - |
| HSV(B) | 42.5º | 0.11% | 0.87% | - |
| XYZ | 64.62 | 68.21 | 63.19 | - |
| YUV | 215.16 | 118.32 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 215 | 198 | 0 | 0.03 | 0.11 | 0.13 | 42.5 | 0.27 | 0.82 |
| Hex | DE | D7 | C6 | 0 | 3 | B | D | 2A | 1B | 52 |
| Octal | 336 | 327 | 306 | 0 | 3 | 13 | 15 | 52 | 33 | 122 |
| Binary | 11011110 | 11010111 | 11000110 | 0 | 11 | 1011 | 1101 | 101010 | 11011 | 1010010 |
Color Harmonies of #DED7C6
Complementary color
Monochromatic Colors of #DED7C6
Black with #DED7C6
Text Example
Text Example
White with #DED7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED7C6; }
p { color: rgb(222,215,198); }
H1.HeaderClassName
{
color: #DED7C6;
}
.AnyTagClassName
{
color: #DED7C6;
}
</style>
background-color css
<style>
a { background-color: #DED7C6; }
a { background-color: rgb(222,215,198); }
div.DivClassName
{
background-color: #DED7C6;
}
.BgClassName
{
background-color: #DED7C6;
}
</style>
border-color css
<style>
span { border-color: #DED7C6; }
span { border-color: rgb(222,215,198); }
td.TdClassName
{
border-color: #DED7C6;
}
.TagClassName
{
border-color: #DED7C6;
}
</style>