Shades of Twilight #DED0DA
Tints of Twilight #DED0DA
RGB
CMYK
RGB Variations
Color information
#DED0DA (or 0xDED0DA) is known color: Twilight. HEX triplet: DE, D0 and DA. RGB value is (222,208,218). Sum of RGB (Red+Green+Blue) = 222+208+218=648 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.26% from 648); Green value is 208 (81.64% from 255 or 32.10% from 648); Blue value is 218 (85.55% from 255 or 33.64% from 648); Max value from RGB is 222 - color contains mainly: red. Hex color #DED0DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED0DA is #212F25. Grayscale: #D5D5D5. Windows color (decimal): -2174758 or 14340318. OLE color: 14340318.
HSL color Cylindrical-coordinate representation of color #DED0DA: hue angle of 317.14º 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 #DED0DA is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 208 | 218 | - |
CMYK | 0 | 0.06 | 0.02 | 0.13 |
HSL | 317.14º | 0.18% | 0.84% | - |
HSV(B) | 317.14º | 0.06% | 0.87% | - |
XYZ | 65.33 | 65.7 | 75.57 | - |
YUV | 213.33 | 130.64 | 134.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 208 | 218 | 0 | 0.06 | 0.02 | 0.13 | 317.14 | 0.18 | 0.84 |
Hex | DE | D0 | DA | 0 | 6 | 2 | D | 13D | 12 | 54 |
Octal | 336 | 320 | 332 | 0 | 6 | 2 | 15 | 475 | 22 | 124 |
Binary | 11011110 | 11010000 | 11011010 | 0 | 110 | 10 | 1101 | 100111101 | 10010 | 1010100 |
Color Harmonies of #DED0DA
Complementary color
Monochromatic Colors of #DED0DA
Black with #DED0DA
Text Example
Text Example
White with #DED0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED0DA; }
p { color: rgb(222,208,218); }
H1.HeaderClassName
{
color: #DED0DA;
}
.AnyTagClassName
{
color: #DED0DA;
}
</style>
background-color css
<style>
a { background-color: #DED0DA; }
a { background-color: rgb(222,208,218); }
div.DivClassName
{
background-color: #DED0DA;
}
.BgClassName
{
background-color: #DED0DA;
}
</style>
border-color css
<style>
span { border-color: #DED0DA; }
span { border-color: rgb(222,208,218); }
td.TdClassName
{
border-color: #DED0DA;
}
.TagClassName
{
border-color: #DED0DA;
}
</style>