Shades of Titan White #DED1E4
Tints of Titan White #DED1E4
RGB
CMYK
RGB Variations
Color information
#DED1E4 (or 0xDED1E4) is known color: Titan White. HEX triplet: DE, D1 and E4. RGB value is (222,209,228). Sum of RGB (Red+Green+Blue) = 222+209+228=659 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.69% from 659); Green value is 209 (82.03% from 255 or 31.71% from 659); Blue value is 228 (89.45% from 255 or 34.60% from 659); Max value from RGB is 228 - color contains mainly: blue. Hex color #DED1E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED1E4 is #212E1B. Grayscale: #D6D6D6. Windows color (decimal): -2174492 or 14995934. OLE color: 14995934.
HSL color Cylindrical-coordinate representation of color #DED1E4: hue angle of 281.05º degrees, saturation: 0.26, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DED1E4 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 222 | 209 | 228 | - |
CMYK | 0.03 | 0.08 | 0 | 0.11 |
HSL | 281.05º | 0.26% | 0.86% | - |
HSV(B) | 281.05º | 0.08% | 0.89% | - |
XYZ | 66.93 | 66.73 | 82.75 | - |
YUV | 215.05 | 135.31 | 132.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 209 | 228 | 0.03 | 0.08 | 0 | 0.11 | 281.05 | 0.26 | 0.86 |
Hex | DE | D1 | E4 | 3 | 8 | 0 | B | 119 | 1A | 56 |
Octal | 336 | 321 | 344 | 3 | 10 | 0 | 13 | 431 | 32 | 126 |
Binary | 11011110 | 11010001 | 11100100 | 11 | 1000 | 0 | 1011 | 100011001 | 11010 | 1010110 |
Color Harmonies of #DED1E4
Complementary color
Monochromatic Colors of #DED1E4
Black with #DED1E4
Text Example
Text Example
White with #DED1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED1E4; }
p { color: rgb(222,209,228); }
H1.HeaderClassName
{
color: #DED1E4;
}
.AnyTagClassName
{
color: #DED1E4;
}
</style>
background-color css
<style>
a { background-color: #DED1E4; }
a { background-color: rgb(222,209,228); }
div.DivClassName
{
background-color: #DED1E4;
}
.BgClassName
{
background-color: #DED1E4;
}
</style>
border-color css
<style>
span { border-color: #DED1E4; }
span { border-color: rgb(222,209,228); }
td.TdClassName
{
border-color: #DED1E4;
}
.TagClassName
{
border-color: #DED1E4;
}
</style>