Shades of Titan White #DFDBE1
Tints of Titan White #DFDBE1
RGB
CMYK
RGB Variations
Color information
#DFDBE1 (or 0xDFDBE1) is known color: Titan White. HEX triplet: DF, DB and E1. RGB value is (223,219,225). Sum of RGB (Red+Green+Blue) = 223+219+225=667 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.43% from 667); Green value is 219 (85.94% from 255 or 32.83% from 667); Blue value is 225 (88.28% from 255 or 33.73% from 667); Max value from RGB is 225 - color contains mainly: blue. Hex color #DFDBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDBE1 is #20241E. Grayscale: #DCDCDC. Windows color (decimal): -2106399 or 14801887. OLE color: 14801887.
HSL color Cylindrical-coordinate representation of color #DFDBE1: hue angle of 280º degrees, saturation: 0.09, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DFDBE1 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 219 | 225 | - |
| CMYK | 0.01 | 0.03 | 0 | 0.12 |
| HSL | 280º | 0.09% | 0.87% | - |
| HSV(B) | 280º | 0.03% | 0.88% | - |
| XYZ | 69.35 | 71.79 | 81.44 | - |
| YUV | 220.88 | 130.33 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 225 | 0.01 | 0.03 | 0 | 0.12 | 280 | 0.09 | 0.87 |
| Hex | DF | DB | E1 | 1 | 3 | 0 | C | 118 | 9 | 57 |
| Octal | 337 | 333 | 341 | 1 | 3 | 0 | 14 | 430 | 11 | 127 |
| Binary | 11011111 | 11011011 | 11100001 | 1 | 11 | 0 | 1100 | 100011000 | 1001 | 1010111 |
Color Harmonies of #DFDBE1
Complementary color
Monochromatic Colors of #DFDBE1
Black with #DFDBE1
Text Example
Text Example
White with #DFDBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDBE1; }
p { color: rgb(223,219,225); }
H1.HeaderClassName
{
color: #DFDBE1;
}
.AnyTagClassName
{
color: #DFDBE1;
}
</style>
background-color css
<style>
a { background-color: #DFDBE1; }
a { background-color: rgb(223,219,225); }
div.DivClassName
{
background-color: #DFDBE1;
}
.BgClassName
{
background-color: #DFDBE1;
}
</style>
border-color css
<style>
span { border-color: #DFDBE1; }
span { border-color: rgb(223,219,225); }
td.TdClassName
{
border-color: #DFDBE1;
}
.TagClassName
{
border-color: #DFDBE1;
}
</style>