Shades of Titan White #DFD5E6
Tints of Titan White #DFD5E6
RGB
CMYK
RGB Variations
Color information
#DFD5E6 (or 0xDFD5E6) is known color: Titan White. HEX triplet: DF, D5 and E6. RGB value is (223,213,230). Sum of RGB (Red+Green+Blue) = 223+213+230=666 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.48% from 666); Green value is 213 (83.59% from 255 or 31.98% from 666); Blue value is 230 (90.23% from 255 or 34.53% from 666); Max value from RGB is 230 - color contains mainly: blue. Hex color #DFD5E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD5E6 is #202A19. Grayscale: #D9D9D9. Windows color (decimal): -2107930 or 15128031. OLE color: 15128031.
HSL color Cylindrical-coordinate representation of color #DFD5E6: hue angle of 275.29º degrees, saturation: 0.25, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFD5E6 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 223 | 213 | 230 | - |
CMYK | 0.03 | 0.07 | 0 | 0.10 |
HSL | 275.29º | 0.25% | 0.87% | - |
HSV(B) | 275.29º | 0.07% | 0.9% | - |
XYZ | 68.51 | 68.99 | 84.57 | - |
YUV | 217.93 | 134.81 | 131.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 213 | 230 | 0.03 | 0.07 | 0 | 0.10 | 275.29 | 0.25 | 0.87 |
Hex | DF | D5 | E6 | 3 | 7 | 0 | A | 113 | 19 | 57 |
Octal | 337 | 325 | 346 | 3 | 7 | 0 | 12 | 423 | 31 | 127 |
Binary | 11011111 | 11010101 | 11100110 | 11 | 111 | 0 | 1010 | 100010011 | 11001 | 1010111 |
Color Harmonies of #DFD5E6
Complementary color
Monochromatic Colors of #DFD5E6
Black with #DFD5E6
Text Example
Text Example
White with #DFD5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD5E6; }
p { color: rgb(223,213,230); }
H1.HeaderClassName
{
color: #DFD5E6;
}
.AnyTagClassName
{
color: #DFD5E6;
}
</style>
background-color css
<style>
a { background-color: #DFD5E6; }
a { background-color: rgb(223,213,230); }
div.DivClassName
{
background-color: #DFD5E6;
}
.BgClassName
{
background-color: #DFD5E6;
}
</style>
border-color css
<style>
span { border-color: #DFD5E6; }
span { border-color: rgb(223,213,230); }
td.TdClassName
{
border-color: #DFD5E6;
}
.TagClassName
{
border-color: #DFD5E6;
}
</style>