Shades of Titan White #DED7E4
Tints of Titan White #DED7E4
RGB
CMYK
RGB Variations
Color information
#DED7E4 (or 0xDED7E4) is known color: Titan White. HEX triplet: DE, D7 and E4. RGB value is (222,215,228). Sum of RGB (Red+Green+Blue) = 222+215+228=665 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.38% from 665); Green value is 215 (84.38% from 255 or 32.33% from 665); Blue value is 228 (89.45% from 255 or 34.29% from 665); Max value from RGB is 228 - color contains mainly: blue. Hex color #DED7E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED7E4 is #21281B. Grayscale: #DADADA. Windows color (decimal): -2172956 or 14997470. OLE color: 14997470.
HSL color Cylindrical-coordinate representation of color #DED7E4: hue angle of 272.31º degrees, saturation: 0.19, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DED7E4 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 222 | 215 | 228 | - |
CMYK | 0.03 | 0.06 | 0 | 0.11 |
HSL | 272.31º | 0.19% | 0.87% | - |
HSV(B) | 272.31º | 0.06% | 0.89% | - |
XYZ | 68.43 | 69.73 | 83.25 | - |
YUV | 218.58 | 133.32 | 130.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 215 | 228 | 0.03 | 0.06 | 0 | 0.11 | 272.31 | 0.19 | 0.87 |
Hex | DE | D7 | E4 | 3 | 6 | 0 | B | 110 | 13 | 57 |
Octal | 336 | 327 | 344 | 3 | 6 | 0 | 13 | 420 | 23 | 127 |
Binary | 11011110 | 11010111 | 11100100 | 11 | 110 | 0 | 1011 | 100010000 | 10011 | 1010111 |
Color Harmonies of #DED7E4
Complementary color
Monochromatic Colors of #DED7E4
Black with #DED7E4
Text Example
Text Example
White with #DED7E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED7E4; }
p { color: rgb(222,215,228); }
H1.HeaderClassName
{
color: #DED7E4;
}
.AnyTagClassName
{
color: #DED7E4;
}
</style>
background-color css
<style>
a { background-color: #DED7E4; }
a { background-color: rgb(222,215,228); }
div.DivClassName
{
background-color: #DED7E4;
}
.BgClassName
{
background-color: #DED7E4;
}
</style>
border-color css
<style>
span { border-color: #DED7E4; }
span { border-color: rgb(222,215,228); }
td.TdClassName
{
border-color: #DED7E4;
}
.TagClassName
{
border-color: #DED7E4;
}
</style>