Shades of Titan White #DED0EA
Tints of Titan White #DED0EA
RGB
CMYK
RGB Variations
Color information
#DED0EA (or 0xDED0EA) is known color: Titan White. HEX triplet: DE, D0 and EA. RGB value is (222,208,234). Sum of RGB (Red+Green+Blue) = 222+208+234=664 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.43% from 664); Green value is 208 (81.64% from 255 or 31.33% from 664); Blue value is 234 (91.80% from 255 or 35.24% from 664); Max value from RGB is 234 - color contains mainly: blue. Hex color #DED0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED0EA is #212F15. Grayscale: #D7D7D7. Windows color (decimal): -2174742 or 15388894. OLE color: 15388894.
HSL color Cylindrical-coordinate representation of color #DED0EA: hue angle of 272.31º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DED0EA is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 208 | 234 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.08 |
| HSL | 272.31º | 0.38% | 0.87% | - |
| HSV(B) | 272.31º | 0.11% | 0.92% | - |
| XYZ | 67.53 | 66.58 | 87.13 | - |
| YUV | 215.15 | 138.64 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 208 | 234 | 0.05 | 0.11 | 0 | 0.08 | 272.31 | 0.38 | 0.87 |
| Hex | DE | D0 | EA | 5 | B | 0 | 8 | 110 | 26 | 57 |
| Octal | 336 | 320 | 352 | 5 | 13 | 0 | 10 | 420 | 46 | 127 |
| Binary | 11011110 | 11010000 | 11101010 | 101 | 1011 | 0 | 1000 | 100010000 | 100110 | 1010111 |
Color Harmonies of #DED0EA
Complementary color
Monochromatic Colors of #DED0EA
Black with #DED0EA
Text Example
Text Example
White with #DED0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED0EA; }
p { color: rgb(222,208,234); }
H1.HeaderClassName
{
color: #DED0EA;
}
.AnyTagClassName
{
color: #DED0EA;
}
</style>
background-color css
<style>
a { background-color: #DED0EA; }
a { background-color: rgb(222,208,234); }
div.DivClassName
{
background-color: #DED0EA;
}
.BgClassName
{
background-color: #DED0EA;
}
</style>
border-color css
<style>
span { border-color: #DED0EA; }
span { border-color: rgb(222,208,234); }
td.TdClassName
{
border-color: #DED0EA;
}
.TagClassName
{
border-color: #DED0EA;
}
</style>