Shades of Titan White #DFDAE2
Tints of Titan White #DFDAE2
RGB
CMYK
RGB Variations
Color information
#DFDAE2 (or 0xDFDAE2) is known color: Titan White. HEX triplet: DF, DA and E2. RGB value is (223,218,226). Sum of RGB (Red+Green+Blue) = 223+218+226=667 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.43% from 667); Green value is 218 (85.55% from 255 or 32.68% from 667); Blue value is 226 (88.67% from 255 or 33.88% from 667); Max value from RGB is 226 - color contains mainly: blue. Hex color #DFDAE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDAE2 is #20251D. Grayscale: #DCDCDC. Windows color (decimal): -2106654 or 14867167. OLE color: 14867167.
HSL color Cylindrical-coordinate representation of color #DFDAE2: hue angle of 277.5º 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 #DFDAE2 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 223 | 218 | 226 | - |
CMYK | 0.01 | 0.04 | 0 | 0.11 |
HSL | 277.5º | 0.12% | 0.87% | - |
HSV(B) | 277.5º | 0.04% | 0.89% | - |
XYZ | 69.23 | 71.32 | 82.07 | - |
YUV | 220.41 | 131.16 | 129.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 218 | 226 | 0.01 | 0.04 | 0 | 0.11 | 277.5 | 0.12 | 0.87 |
Hex | DF | DA | E2 | 1 | 4 | 0 | B | 116 | C | 57 |
Octal | 337 | 332 | 342 | 1 | 4 | 0 | 13 | 426 | 14 | 127 |
Binary | 11011111 | 11011010 | 11100010 | 1 | 100 | 0 | 1011 | 100010110 | 1100 | 1010111 |
Color Harmonies of #DFDAE2
Complementary color
Monochromatic Colors of #DFDAE2
Black with #DFDAE2
Text Example
Text Example
White with #DFDAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDAE2; }
p { color: rgb(223,218,226); }
H1.HeaderClassName
{
color: #DFDAE2;
}
.AnyTagClassName
{
color: #DFDAE2;
}
</style>
background-color css
<style>
a { background-color: #DFDAE2; }
a { background-color: rgb(223,218,226); }
div.DivClassName
{
background-color: #DFDAE2;
}
.BgClassName
{
background-color: #DFDAE2;
}
</style>
border-color css
<style>
span { border-color: #DFDAE2; }
span { border-color: rgb(223,218,226); }
td.TdClassName
{
border-color: #DFDAE2;
}
.TagClassName
{
border-color: #DFDAE2;
}
</style>