Shades of Titan White #DFD9E6
Tints of Titan White #DFD9E6
RGB
CMYK
RGB Variations
Color information
#DFD9E6 (or 0xDFD9E6) is known color: Titan White. HEX triplet: DF, D9 and E6. RGB value is (223,217,230). Sum of RGB (Red+Green+Blue) = 223+217+230=670 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.28% from 670); Green value is 217 (85.16% from 255 or 32.39% from 670); Blue value is 230 (90.23% from 255 or 34.33% from 670); Max value from RGB is 230 - color contains mainly: blue. Hex color #DFD9E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD9E6 is #202619. Grayscale: #DCDCDC. Windows color (decimal): -2106906 or 15129055. OLE color: 15129055.
HSL color Cylindrical-coordinate representation of color #DFD9E6: hue angle of 267.69º degrees, saturation: 0.21, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFD9E6 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 223 | 217 | 230 | - |
CMYK | 0.03 | 0.06 | 0 | 0.10 |
HSL | 267.69º | 0.21% | 0.88% | - |
HSV(B) | 267.69º | 0.06% | 0.9% | - |
XYZ | 69.53 | 71.03 | 84.91 | - |
YUV | 220.28 | 133.49 | 129.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 217 | 230 | 0.03 | 0.06 | 0 | 0.10 | 267.69 | 0.21 | 0.88 |
Hex | DF | D9 | E6 | 3 | 6 | 0 | A | 10C | 15 | 58 |
Octal | 337 | 331 | 346 | 3 | 6 | 0 | 12 | 414 | 25 | 130 |
Binary | 11011111 | 11011001 | 11100110 | 11 | 110 | 0 | 1010 | 100001100 | 10101 | 1011000 |
Color Harmonies of #DFD9E6
Complementary color
Monochromatic Colors of #DFD9E6
Black with #DFD9E6
Text Example
Text Example
White with #DFD9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD9E6; }
p { color: rgb(223,217,230); }
H1.HeaderClassName
{
color: #DFD9E6;
}
.AnyTagClassName
{
color: #DFD9E6;
}
</style>
background-color css
<style>
a { background-color: #DFD9E6; }
a { background-color: rgb(223,217,230); }
div.DivClassName
{
background-color: #DFD9E6;
}
.BgClassName
{
background-color: #DFD9E6;
}
</style>
border-color css
<style>
span { border-color: #DFD9E6; }
span { border-color: rgb(223,217,230); }
td.TdClassName
{
border-color: #DFD9E6;
}
.TagClassName
{
border-color: #DFD9E6;
}
</style>