Shades of Titan White #DED8E3
Tints of Titan White #DED8E3
RGB
CMYK
RGB Variations
Color information
#DED8E3 (or 0xDED8E3) is known color: Titan White. HEX triplet: DE, D8 and E3. RGB value is (222,216,227). Sum of RGB (Red+Green+Blue) = 222+216+227=665 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.38% from 665); Green value is 216 (84.77% from 255 or 32.48% from 665); Blue value is 227 (89.06% from 255 or 34.14% from 665); Max value from RGB is 227 - color contains mainly: blue. Hex color #DED8E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED8E3 is #21271C. Grayscale: #DBDBDB. Windows color (decimal): -2172701 or 14932190. OLE color: 14932190.
HSL color Cylindrical-coordinate representation of color #DED8E3: hue angle of 272.73º degrees, saturation: 0.16, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DED8E3 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 216 | 227 | - |
| CMYK | 0.02 | 0.05 | 0 | 0.11 |
| HSL | 272.73º | 0.16% | 0.87% | - |
| HSV(B) | 272.73º | 0.05% | 0.89% | - |
| XYZ | 68.55 | 70.19 | 82.61 | - |
| YUV | 219.05 | 132.49 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 227 | 0.02 | 0.05 | 0 | 0.11 | 272.73 | 0.16 | 0.87 |
| Hex | DE | D8 | E3 | 2 | 5 | 0 | B | 111 | 10 | 57 |
| Octal | 336 | 330 | 343 | 2 | 5 | 0 | 13 | 421 | 20 | 127 |
| Binary | 11011110 | 11011000 | 11100011 | 10 | 101 | 0 | 1011 | 100010001 | 10000 | 1010111 |
Color Harmonies of #DED8E3
Complementary color
Monochromatic Colors of #DED8E3
Black with #DED8E3
Text Example
Text Example
White with #DED8E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED8E3; }
p { color: rgb(222,216,227); }
H1.HeaderClassName
{
color: #DED8E3;
}
.AnyTagClassName
{
color: #DED8E3;
}
</style>
background-color css
<style>
a { background-color: #DED8E3; }
a { background-color: rgb(222,216,227); }
div.DivClassName
{
background-color: #DED8E3;
}
.BgClassName
{
background-color: #DED8E3;
}
</style>
border-color css
<style>
span { border-color: #DED8E3; }
span { border-color: rgb(222,216,227); }
td.TdClassName
{
border-color: #DED8E3;
}
.TagClassName
{
border-color: #DED8E3;
}
</style>