Shades of Titan White #DFDBE3
Tints of Titan White #DFDBE3
RGB
CMYK
RGB Variations
Color information
#DFDBE3 (or 0xDFDBE3) is known color: Titan White. HEX triplet: DF, DB and E3. RGB value is (223,219,227). Sum of RGB (Red+Green+Blue) = 223+219+227=669 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.33% from 669); Green value is 219 (85.94% from 255 or 32.74% from 669); Blue value is 227 (89.06% from 255 or 33.93% from 669); Max value from RGB is 227 - color contains mainly: blue. Hex color #DFDBE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDBE3 is #20241C. Grayscale: #DDDDDD. Windows color (decimal): -2106397 or 14932959. OLE color: 14932959.
HSL color Cylindrical-coordinate representation of color #DFDBE3: hue angle of 270º degrees, saturation: 0.12, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DFDBE3 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 219 | 227 | - |
| CMYK | 0.02 | 0.04 | 0 | 0.11 |
| HSL | 270º | 0.13% | 0.87% | - |
| HSV(B) | 270º | 0.04% | 0.89% | - |
| XYZ | 69.63 | 71.9 | 82.88 | - |
| YUV | 221.11 | 131.33 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 227 | 0.02 | 0.04 | 0 | 0.11 | 270 | 0.13 | 0.87 |
| Hex | DF | DB | E3 | 2 | 4 | 0 | B | 10E | C | 57 |
| Octal | 337 | 333 | 343 | 2 | 4 | 0 | 13 | 416 | 14 | 127 |
| Binary | 11011111 | 11011011 | 11100011 | 10 | 100 | 0 | 1011 | 100001110 | 1100 | 1010111 |
Color Harmonies of #DFDBE3
Complementary color
Monochromatic Colors of #DFDBE3
Black with #DFDBE3
Text Example
Text Example
White with #DFDBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDBE3; }
p { color: rgb(223,219,227); }
H1.HeaderClassName
{
color: #DFDBE3;
}
.AnyTagClassName
{
color: #DFDBE3;
}
</style>
background-color css
<style>
a { background-color: #DFDBE3; }
a { background-color: rgb(223,219,227); }
div.DivClassName
{
background-color: #DFDBE3;
}
.BgClassName
{
background-color: #DFDBE3;
}
</style>
border-color css
<style>
span { border-color: #DFDBE3; }
span { border-color: rgb(223,219,227); }
td.TdClassName
{
border-color: #DFDBE3;
}
.TagClassName
{
border-color: #DFDBE3;
}
</style>