Shades of Titan White #DED3E9
Tints of Titan White #DED3E9
RGB
CMYK
RGB Variations
Color information
#DED3E9 (or 0xDED3E9) is known color: Titan White. HEX triplet: DE, D3 and E9. RGB value is (222,211,233). Sum of RGB (Red+Green+Blue) = 222+211+233=666 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.33% from 666); Green value is 211 (82.81% from 255 or 31.68% from 666); Blue value is 233 (91.41% from 255 or 34.98% from 666); Max value from RGB is 233 - color contains mainly: blue. Hex color #DED3E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED3E9 is #212C16. Grayscale: #D8D8D8. Windows color (decimal): -2173975 or 15324126. OLE color: 15324126.
HSL color Cylindrical-coordinate representation of color #DED3E9: hue angle of 270º degrees, saturation: 0.33, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DED3E9 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 222 | 211 | 233 | - |
CMYK | 0.05 | 0.09 | 0 | 0.09 |
HSL | 270º | 0.33% | 0.87% | - |
HSV(B) | 270º | 0.09% | 0.91% | - |
XYZ | 68.13 | 68 | 86.63 | - |
YUV | 216.8 | 137.14 | 131.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 211 | 233 | 0.05 | 0.09 | 0 | 0.09 | 270 | 0.33 | 0.87 |
Hex | DE | D3 | E9 | 5 | 9 | 0 | 9 | 10E | 21 | 57 |
Octal | 336 | 323 | 351 | 5 | 11 | 0 | 11 | 416 | 41 | 127 |
Binary | 11011110 | 11010011 | 11101001 | 101 | 1001 | 0 | 1001 | 100001110 | 100001 | 1010111 |
Color Harmonies of #DED3E9
Complementary color
Monochromatic Colors of #DED3E9
Black with #DED3E9
Text Example
Text Example
White with #DED3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED3E9; }
p { color: rgb(222,211,233); }
H1.HeaderClassName
{
color: #DED3E9;
}
.AnyTagClassName
{
color: #DED3E9;
}
</style>
background-color css
<style>
a { background-color: #DED3E9; }
a { background-color: rgb(222,211,233); }
div.DivClassName
{
background-color: #DED3E9;
}
.BgClassName
{
background-color: #DED3E9;
}
</style>
border-color css
<style>
span { border-color: #DED3E9; }
span { border-color: rgb(222,211,233); }
td.TdClassName
{
border-color: #DED3E9;
}
.TagClassName
{
border-color: #DED3E9;
}
</style>