Shades of Twilight #DED1DA
Tints of Twilight #DED1DA
RGB
CMYK
RGB Variations
Color information
#DED1DA (or 0xDED1DA) is known color: Twilight. HEX triplet: DE, D1 and DA. RGB value is (222,209,218). Sum of RGB (Red+Green+Blue) = 222+209+218=649 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.21% from 649); Green value is 209 (82.03% from 255 or 32.20% from 649); Blue value is 218 (85.55% from 255 or 33.59% from 649); Max value from RGB is 222 - color contains mainly: red. Hex color #DED1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED1DA is #212E25. Grayscale: #D5D5D5. Windows color (decimal): -2174502 or 14340574. OLE color: 14340574.
HSL color Cylindrical-coordinate representation of color #DED1DA: hue angle of 318.46º degrees, saturation: 0.16, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DED1DA is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 209 | 218 | - |
CMYK | 0 | 0.06 | 0.02 | 0.13 |
HSL | 318.46º | 0.16% | 0.85% | - |
HSV(B) | 318.46º | 0.06% | 0.87% | - |
XYZ | 65.58 | 66.19 | 75.65 | - |
YUV | 213.91 | 130.31 | 133.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 209 | 218 | 0 | 0.06 | 0.02 | 0.13 | 318.46 | 0.16 | 0.85 |
Hex | DE | D1 | DA | 0 | 6 | 2 | D | 13E | 10 | 55 |
Octal | 336 | 321 | 332 | 0 | 6 | 2 | 15 | 476 | 20 | 125 |
Binary | 11011110 | 11010001 | 11011010 | 0 | 110 | 10 | 1101 | 100111110 | 10000 | 1010101 |
Color Harmonies of #DED1DA
Complementary color
Monochromatic Colors of #DED1DA
Black with #DED1DA
Text Example
Text Example
White with #DED1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED1DA; }
p { color: rgb(222,209,218); }
H1.HeaderClassName
{
color: #DED1DA;
}
.AnyTagClassName
{
color: #DED1DA;
}
</style>
background-color css
<style>
a { background-color: #DED1DA; }
a { background-color: rgb(222,209,218); }
div.DivClassName
{
background-color: #DED1DA;
}
.BgClassName
{
background-color: #DED1DA;
}
</style>
border-color css
<style>
span { border-color: #DED1DA; }
span { border-color: rgb(222,209,218); }
td.TdClassName
{
border-color: #DED1DA;
}
.TagClassName
{
border-color: #DED1DA;
}
</style>