Shades of Titan White #DED1E2
Tints of Titan White #DED1E2
RGB
CMYK
RGB Variations
Color information
#DED1E2 (or 0xDED1E2) is known color: Titan White. HEX triplet: DE, D1 and E2. RGB value is (222,209,226). Sum of RGB (Red+Green+Blue) = 222+209+226=657 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.79% from 657); Green value is 209 (82.03% from 255 or 31.81% from 657); Blue value is 226 (88.67% from 255 or 34.40% from 657); Max value from RGB is 226 - color contains mainly: blue. Hex color #DED1E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED1E2 is #212E1D. Grayscale: #D6D6D6. Windows color (decimal): -2174494 or 14864862. OLE color: 14864862.
HSL color Cylindrical-coordinate representation of color #DED1E2: hue angle of 285.88º degrees, saturation: 0.23, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DED1E2 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 222 | 209 | 226 | - |
CMYK | 0.02 | 0.08 | 0 | 0.11 |
HSL | 285.88º | 0.23% | 0.85% | - |
HSV(B) | 285.88º | 0.08% | 0.89% | - |
XYZ | 66.65 | 66.62 | 81.3 | - |
YUV | 214.83 | 134.31 | 133.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 209 | 226 | 0.02 | 0.08 | 0 | 0.11 | 285.88 | 0.23 | 0.85 |
Hex | DE | D1 | E2 | 2 | 8 | 0 | B | 11E | 17 | 55 |
Octal | 336 | 321 | 342 | 2 | 10 | 0 | 13 | 436 | 27 | 125 |
Binary | 11011110 | 11010001 | 11100010 | 10 | 1000 | 0 | 1011 | 100011110 | 10111 | 1010101 |
Color Harmonies of #DED1E2
Complementary color
Monochromatic Colors of #DED1E2
Black with #DED1E2
Text Example
Text Example
White with #DED1E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED1E2; }
p { color: rgb(222,209,226); }
H1.HeaderClassName
{
color: #DED1E2;
}
.AnyTagClassName
{
color: #DED1E2;
}
</style>
background-color css
<style>
a { background-color: #DED1E2; }
a { background-color: rgb(222,209,226); }
div.DivClassName
{
background-color: #DED1E2;
}
.BgClassName
{
background-color: #DED1E2;
}
</style>
border-color css
<style>
span { border-color: #DED1E2; }
span { border-color: rgb(222,209,226); }
td.TdClassName
{
border-color: #DED1E2;
}
.TagClassName
{
border-color: #DED1E2;
}
</style>