Shades of Titan White #DFD3E5
Tints of Titan White #DFD3E5
RGB
CMYK
RGB Variations
Color information
#DFD3E5 (or 0xDFD3E5) is known color: Titan White. HEX triplet: DF, D3 and E5. RGB value is (223,211,229). Sum of RGB (Red+Green+Blue) = 223+211+229=663 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.63% from 663); Green value is 211 (82.81% from 255 or 31.83% from 663); Blue value is 229 (89.84% from 255 or 34.54% from 663); Max value from RGB is 229 - color contains mainly: blue. Hex color #DFD3E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD3E5 is #202C1A. Grayscale: #D8D8D8. Windows color (decimal): -2108443 or 15061983. OLE color: 15061983.
HSL color Cylindrical-coordinate representation of color #DFD3E5: hue angle of 280º degrees, saturation: 0.26, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFD3E5 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 211 | 229 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.10 |
| HSL | 280º | 0.26% | 0.86% | - |
| HSV(B) | 280º | 0.08% | 0.9% | - |
| XYZ | 67.87 | 67.93 | 83.66 | - |
| YUV | 216.64 | 134.98 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 211 | 229 | 0.03 | 0.08 | 0 | 0.10 | 280 | 0.26 | 0.86 |
| Hex | DF | D3 | E5 | 3 | 8 | 0 | A | 118 | 1A | 56 |
| Octal | 337 | 323 | 345 | 3 | 10 | 0 | 12 | 430 | 32 | 126 |
| Binary | 11011111 | 11010011 | 11100101 | 11 | 1000 | 0 | 1010 | 100011000 | 11010 | 1010110 |
Color Harmonies of #DFD3E5
Complementary color
Monochromatic Colors of #DFD3E5
Black with #DFD3E5
Text Example
Text Example
White with #DFD3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD3E5; }
p { color: rgb(223,211,229); }
H1.HeaderClassName
{
color: #DFD3E5;
}
.AnyTagClassName
{
color: #DFD3E5;
}
</style>
background-color css
<style>
a { background-color: #DFD3E5; }
a { background-color: rgb(223,211,229); }
div.DivClassName
{
background-color: #DFD3E5;
}
.BgClassName
{
background-color: #DFD3E5;
}
</style>
border-color css
<style>
span { border-color: #DFD3E5; }
span { border-color: rgb(223,211,229); }
td.TdClassName
{
border-color: #DFD3E5;
}
.TagClassName
{
border-color: #DFD3E5;
}
</style>