Shades of Titan White #DED0E8
Tints of Titan White #DED0E8
RGB
CMYK
RGB Variations
Color information
#DED0E8 (or 0xDED0E8) is known color: Titan White. HEX triplet: DE, D0 and E8. RGB value is (222,208,232). Sum of RGB (Red+Green+Blue) = 222+208+232=662 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.53% from 662); Green value is 208 (81.64% from 255 or 31.42% from 662); Blue value is 232 (91.02% from 255 or 35.05% from 662); Max value from RGB is 232 - color contains mainly: blue. Hex color #DED0E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED0E8 is #212F17. Grayscale: #D6D6D6. Windows color (decimal): -2174744 or 15257822. OLE color: 15257822.
HSL color Cylindrical-coordinate representation of color #DED0E8: hue angle of 275º degrees, saturation: 0.34, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DED0E8 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 208 | 232 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.09 |
| HSL | 275º | 0.34% | 0.86% | - |
| HSV(B) | 275º | 0.1% | 0.91% | - |
| XYZ | 67.25 | 66.47 | 85.63 | - |
| YUV | 214.92 | 137.64 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 208 | 232 | 0.04 | 0.10 | 0 | 0.09 | 275 | 0.34 | 0.86 |
| Hex | DE | D0 | E8 | 4 | A | 0 | 9 | 113 | 22 | 56 |
| Octal | 336 | 320 | 350 | 4 | 12 | 0 | 11 | 423 | 42 | 126 |
| Binary | 11011110 | 11010000 | 11101000 | 100 | 1010 | 0 | 1001 | 100010011 | 100010 | 1010110 |
Color Harmonies of #DED0E8
Complementary color
Monochromatic Colors of #DED0E8
Black with #DED0E8
Text Example
Text Example
White with #DED0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED0E8; }
p { color: rgb(222,208,232); }
H1.HeaderClassName
{
color: #DED0E8;
}
.AnyTagClassName
{
color: #DED0E8;
}
</style>
background-color css
<style>
a { background-color: #DED0E8; }
a { background-color: rgb(222,208,232); }
div.DivClassName
{
background-color: #DED0E8;
}
.BgClassName
{
background-color: #DED0E8;
}
</style>
border-color css
<style>
span { border-color: #DED0E8; }
span { border-color: rgb(222,208,232); }
td.TdClassName
{
border-color: #DED0E8;
}
.TagClassName
{
border-color: #DED0E8;
}
</style>