Shades of Titan White #DED6E2
Tints of Titan White #DED6E2
RGB
CMYK
RGB Variations
Color information
#DED6E2 (or 0xDED6E2) is known color: Titan White. HEX triplet: DE, D6 and E2. RGB value is (222,214,226). Sum of RGB (Red+Green+Blue) = 222+214+226=662 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.53% from 662); Green value is 214 (83.98% from 255 or 32.33% from 662); Blue value is 226 (88.67% from 255 or 34.14% from 662); Max value from RGB is 226 - color contains mainly: blue. Hex color #DED6E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED6E2 is #21291D. Grayscale: #D9D9D9. Windows color (decimal): -2173214 or 14866142. OLE color: 14866142.
HSL color Cylindrical-coordinate representation of color #DED6E2: hue angle of 280º degrees, saturation: 0.17, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DED6E2 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 222 | 214 | 226 | - |
CMYK | 0.02 | 0.05 | 0 | 0.11 |
HSL | 280º | 0.17% | 0.86% | - |
HSV(B) | 280º | 0.05% | 0.89% | - |
XYZ | 67.9 | 69.11 | 81.71 | - |
YUV | 217.76 | 132.65 | 131.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 214 | 226 | 0.02 | 0.05 | 0 | 0.11 | 280 | 0.17 | 0.86 |
Hex | DE | D6 | E2 | 2 | 5 | 0 | B | 118 | 11 | 56 |
Octal | 336 | 326 | 342 | 2 | 5 | 0 | 13 | 430 | 21 | 126 |
Binary | 11011110 | 11010110 | 11100010 | 10 | 101 | 0 | 1011 | 100011000 | 10001 | 1010110 |
Color Harmonies of #DED6E2
Complementary color
Monochromatic Colors of #DED6E2
Black with #DED6E2
Text Example
Text Example
White with #DED6E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED6E2; }
p { color: rgb(222,214,226); }
H1.HeaderClassName
{
color: #DED6E2;
}
.AnyTagClassName
{
color: #DED6E2;
}
</style>
background-color css
<style>
a { background-color: #DED6E2; }
a { background-color: rgb(222,214,226); }
div.DivClassName
{
background-color: #DED6E2;
}
.BgClassName
{
background-color: #DED6E2;
}
</style>
border-color css
<style>
span { border-color: #DED6E2; }
span { border-color: rgb(222,214,226); }
td.TdClassName
{
border-color: #DED6E2;
}
.TagClassName
{
border-color: #DED6E2;
}
</style>