Shades of Titan White #DED9E3
Tints of Titan White #DED9E3
RGB
CMYK
RGB Variations
Color information
#DED9E3 (or 0xDED9E3) is known color: Titan White. HEX triplet: DE, D9 and E3. RGB value is (222,217,227). Sum of RGB (Red+Green+Blue) = 222+217+227=666 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.33% from 666); Green value is 217 (85.16% from 255 or 32.58% from 666); Blue value is 227 (89.06% from 255 or 34.08% from 666); Max value from RGB is 227 - color contains mainly: blue. Hex color #DED9E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED9E3 is #21261C. Grayscale: #DBDBDB. Windows color (decimal): -2172445 or 14932446. OLE color: 14932446.
HSL color Cylindrical-coordinate representation of color #DED9E3: hue angle of 270º degrees, saturation: 0.15, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DED9E3 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 222 | 217 | 227 | - |
CMYK | 0.02 | 0.04 | 0 | 0.11 |
HSL | 270º | 0.15% | 0.87% | - |
HSV(B) | 270º | 0.04% | 0.89% | - |
XYZ | 68.8 | 70.7 | 82.69 | - |
YUV | 219.64 | 132.16 | 129.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 217 | 227 | 0.02 | 0.04 | 0 | 0.11 | 270 | 0.15 | 0.87 |
Hex | DE | D9 | E3 | 2 | 4 | 0 | B | 10E | F | 57 |
Octal | 336 | 331 | 343 | 2 | 4 | 0 | 13 | 416 | 17 | 127 |
Binary | 11011110 | 11011001 | 11100011 | 10 | 100 | 0 | 1011 | 100001110 | 1111 | 1010111 |
Color Harmonies of #DED9E3
Complementary color
Monochromatic Colors of #DED9E3
Black with #DED9E3
Text Example
Text Example
White with #DED9E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED9E3; }
p { color: rgb(222,217,227); }
H1.HeaderClassName
{
color: #DED9E3;
}
.AnyTagClassName
{
color: #DED9E3;
}
</style>
background-color css
<style>
a { background-color: #DED9E3; }
a { background-color: rgb(222,217,227); }
div.DivClassName
{
background-color: #DED9E3;
}
.BgClassName
{
background-color: #DED9E3;
}
</style>
border-color css
<style>
span { border-color: #DED9E3; }
span { border-color: rgb(222,217,227); }
td.TdClassName
{
border-color: #DED9E3;
}
.TagClassName
{
border-color: #DED9E3;
}
</style>