Shades of Titan White #DFD2EC
Tints of Titan White #DFD2EC
RGB
CMYK
RGB Variations
Color information
#DFD2EC (or 0xDFD2EC) is known color: Titan White. HEX triplet: DF, D2 and EC. RGB value is (223,210,236). Sum of RGB (Red+Green+Blue) = 223+210+236=669 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.33% from 669); Green value is 210 (82.42% from 255 or 31.39% from 669); Blue value is 236 (92.58% from 255 or 35.28% from 669); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFD2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD2EC is #202D13. Grayscale: #D8D8D8. Windows color (decimal): -2108692 or 15520479. OLE color: 15520479.
HSL color Cylindrical-coordinate representation of color #DFD2EC: hue angle of 270º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFD2EC is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 210 | 236 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.07 |
| HSL | 270º | 0.41% | 0.87% | - |
| HSV(B) | 270º | 0.11% | 0.93% | - |
| XYZ | 68.62 | 67.84 | 88.83 | - |
| YUV | 216.85 | 138.81 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 236 | 0.06 | 0.11 | 0 | 0.07 | 270 | 0.41 | 0.87 |
| Hex | DF | D2 | EC | 6 | B | 0 | 7 | 10E | 29 | 57 |
| Octal | 337 | 322 | 354 | 6 | 13 | 0 | 7 | 416 | 51 | 127 |
| Binary | 11011111 | 11010010 | 11101100 | 110 | 1011 | 0 | 111 | 100001110 | 101001 | 1010111 |
Color Harmonies of #DFD2EC
Complementary color
Monochromatic Colors of #DFD2EC
Black with #DFD2EC
Text Example
Text Example
White with #DFD2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD2EC; }
p { color: rgb(223,210,236); }
H1.HeaderClassName
{
color: #DFD2EC;
}
.AnyTagClassName
{
color: #DFD2EC;
}
</style>
background-color css
<style>
a { background-color: #DFD2EC; }
a { background-color: rgb(223,210,236); }
div.DivClassName
{
background-color: #DFD2EC;
}
.BgClassName
{
background-color: #DFD2EC;
}
</style>
border-color css
<style>
span { border-color: #DFD2EC; }
span { border-color: rgb(223,210,236); }
td.TdClassName
{
border-color: #DFD2EC;
}
.TagClassName
{
border-color: #DFD2EC;
}
</style>