Shades of Titan White #DED7E1
Tints of Titan White #DED7E1
RGB
CMYK
RGB Variations
Color information
#DED7E1 (or 0xDED7E1) is known color: Titan White. HEX triplet: DE, D7 and E1. RGB value is (222,215,225). Sum of RGB (Red+Green+Blue) = 222+215+225=662 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.53% from 662); Green value is 215 (84.38% from 255 or 32.48% from 662); Blue value is 225 (88.28% from 255 or 33.99% from 662); Max value from RGB is 225 - color contains mainly: blue. Hex color #DED7E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED7E1 is #21281E. Grayscale: #DADADA. Windows color (decimal): -2172959 or 14800862. OLE color: 14800862.
HSL color Cylindrical-coordinate representation of color #DED7E1: hue angle of 282º degrees, saturation: 0.14, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DED7E1 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 215 | 225 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.12 |
| HSL | 282º | 0.14% | 0.86% | - |
| HSV(B) | 282º | 0.04% | 0.88% | - |
| XYZ | 68.02 | 69.57 | 81.08 | - |
| YUV | 218.23 | 131.82 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 215 | 225 | 0.01 | 0.04 | 0 | 0.12 | 282 | 0.14 | 0.86 |
| Hex | DE | D7 | E1 | 1 | 4 | 0 | C | 11A | E | 56 |
| Octal | 336 | 327 | 341 | 1 | 4 | 0 | 14 | 432 | 16 | 126 |
| Binary | 11011110 | 11010111 | 11100001 | 1 | 100 | 0 | 1100 | 100011010 | 1110 | 1010110 |
Color Harmonies of #DED7E1
Complementary color
Monochromatic Colors of #DED7E1
Black with #DED7E1
Text Example
Text Example
White with #DED7E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED7E1; }
p { color: rgb(222,215,225); }
H1.HeaderClassName
{
color: #DED7E1;
}
.AnyTagClassName
{
color: #DED7E1;
}
</style>
background-color css
<style>
a { background-color: #DED7E1; }
a { background-color: rgb(222,215,225); }
div.DivClassName
{
background-color: #DED7E1;
}
.BgClassName
{
background-color: #DED7E1;
}
</style>
border-color css
<style>
span { border-color: #DED7E1; }
span { border-color: rgb(222,215,225); }
td.TdClassName
{
border-color: #DED7E1;
}
.TagClassName
{
border-color: #DED7E1;
}
</style>