Shades of Albescent White #DEDAD0
Tints of Albescent White #DEDAD0
RGB
CMYK
RGB Variations
Color information
#DEDAD0 (or 0xDEDAD0) is known color: Albescent White. HEX triplet: DE, DA and D0. RGB value is (222,218,208). Sum of RGB (Red+Green+Blue) = 222+218+208=648 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.26% from 648); Green value is 218 (85.55% from 255 or 33.64% from 648); Blue value is 208 (81.64% from 255 or 32.10% from 648); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDAD0 is #21252F. Grayscale: #DADADA. Windows color (decimal): -2172208 or 13687518. OLE color: 13687518.
HSL color Cylindrical-coordinate representation of color #DEDAD0: hue angle of 42.86º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DEDAD0 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 218 | 208 | - |
CMYK | 0 | 0.02 | 0.06 | 0.13 |
HSL | 42.86º | 0.18% | 0.84% | - |
HSV(B) | 42.86º | 0.06% | 0.87% | - |
XYZ | 66.58 | 70.23 | 69.72 | - |
YUV | 218.06 | 122.33 | 130.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 218 | 208 | 0 | 0.02 | 0.06 | 0.13 | 42.86 | 0.18 | 0.84 |
Hex | DE | DA | D0 | 0 | 2 | 6 | D | 2B | 12 | 54 |
Octal | 336 | 332 | 320 | 0 | 2 | 6 | 15 | 53 | 22 | 124 |
Binary | 11011110 | 11011010 | 11010000 | 0 | 10 | 110 | 1101 | 101011 | 10010 | 1010100 |
Color Harmonies of #DEDAD0
Complementary color
Monochromatic Colors of #DEDAD0
Black with #DEDAD0
Text Example
Text Example
White with #DEDAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDAD0; }
p { color: rgb(222,218,208); }
H1.HeaderClassName
{
color: #DEDAD0;
}
.AnyTagClassName
{
color: #DEDAD0;
}
</style>
background-color css
<style>
a { background-color: #DEDAD0; }
a { background-color: rgb(222,218,208); }
div.DivClassName
{
background-color: #DEDAD0;
}
.BgClassName
{
background-color: #DEDAD0;
}
</style>
border-color css
<style>
span { border-color: #DEDAD0; }
span { border-color: rgb(222,218,208); }
td.TdClassName
{
border-color: #DEDAD0;
}
.TagClassName
{
border-color: #DEDAD0;
}
</style>