Shades of Titan White #DED2E9
Tints of Titan White #DED2E9
RGB
CMYK
RGB Variations
Color information
#DED2E9 (or 0xDED2E9) is known color: Titan White. HEX triplet: DE, D2 and E9. RGB value is (222,210,233). Sum of RGB (Red+Green+Blue) = 222+210+233=665 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.38% from 665); Green value is 210 (82.42% from 255 or 31.58% from 665); Blue value is 233 (91.41% from 255 or 35.04% from 665); Max value from RGB is 233 - color contains mainly: blue. Hex color #DED2E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED2E9 is #212D16. Grayscale: #D8D8D8. Windows color (decimal): -2174231 or 15323870. OLE color: 15323870.
HSL color Cylindrical-coordinate representation of color #DED2E9: hue angle of 271.3º degrees, saturation: 0.34, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DED2E9 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 222 | 210 | 233 | - |
CMYK | 0.05 | 0.10 | 0 | 0.09 |
HSL | 271.3º | 0.34% | 0.87% | - |
HSV(B) | 271.3º | 0.1% | 0.91% | - |
XYZ | 67.88 | 67.51 | 86.54 | - |
YUV | 216.21 | 137.48 | 132.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 210 | 233 | 0.05 | 0.10 | 0 | 0.09 | 271.3 | 0.34 | 0.87 |
Hex | DE | D2 | E9 | 5 | A | 0 | 9 | 10F | 22 | 57 |
Octal | 336 | 322 | 351 | 5 | 12 | 0 | 11 | 417 | 42 | 127 |
Binary | 11011110 | 11010010 | 11101001 | 101 | 1010 | 0 | 1001 | 100001111 | 100010 | 1010111 |
Color Harmonies of #DED2E9
Complementary color
Monochromatic Colors of #DED2E9
Black with #DED2E9
Text Example
Text Example
White with #DED2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED2E9; }
p { color: rgb(222,210,233); }
H1.HeaderClassName
{
color: #DED2E9;
}
.AnyTagClassName
{
color: #DED2E9;
}
</style>
background-color css
<style>
a { background-color: #DED2E9; }
a { background-color: rgb(222,210,233); }
div.DivClassName
{
background-color: #DED2E9;
}
.BgClassName
{
background-color: #DED2E9;
}
</style>
border-color css
<style>
span { border-color: #DED2E9; }
span { border-color: rgb(222,210,233); }
td.TdClassName
{
border-color: #DED2E9;
}
.TagClassName
{
border-color: #DED2E9;
}
</style>