Shades of Titan White #DFDAE5
Tints of Titan White #DFDAE5
RGB
CMYK
RGB Variations
Color information
#DFDAE5 (or 0xDFDAE5) is known color: Titan White. HEX triplet: DF, DA and E5. RGB value is (223,218,229). Sum of RGB (Red+Green+Blue) = 223+218+229=670 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.28% from 670); Green value is 218 (85.55% from 255 or 32.54% from 670); Blue value is 229 (89.84% from 255 or 34.18% from 670); Max value from RGB is 229 - color contains mainly: blue. Hex color #DFDAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDAE5 is #20251A. Grayscale: #DCDCDC. Windows color (decimal): -2106651 or 15063775. OLE color: 15063775.
HSL color Cylindrical-coordinate representation of color #DFDAE5: hue angle of 267.27º degrees, saturation: 0.17, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DFDAE5 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 223 | 218 | 229 | - |
CMYK | 0.03 | 0.05 | 0 | 0.10 |
HSL | 267.27º | 0.17% | 0.88% | - |
HSV(B) | 267.27º | 0.05% | 0.9% | - |
XYZ | 69.65 | 71.49 | 84.26 | - |
YUV | 220.75 | 132.66 | 129.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 218 | 229 | 0.03 | 0.05 | 0 | 0.10 | 267.27 | 0.17 | 0.88 |
Hex | DF | DA | E5 | 3 | 5 | 0 | A | 10B | 11 | 58 |
Octal | 337 | 332 | 345 | 3 | 5 | 0 | 12 | 413 | 21 | 130 |
Binary | 11011111 | 11011010 | 11100101 | 11 | 101 | 0 | 1010 | 100001011 | 10001 | 1011000 |
Color Harmonies of #DFDAE5
Complementary color
Monochromatic Colors of #DFDAE5
Black with #DFDAE5
Text Example
Text Example
White with #DFDAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDAE5; }
p { color: rgb(223,218,229); }
H1.HeaderClassName
{
color: #DFDAE5;
}
.AnyTagClassName
{
color: #DFDAE5;
}
</style>
background-color css
<style>
a { background-color: #DFDAE5; }
a { background-color: rgb(223,218,229); }
div.DivClassName
{
background-color: #DFDAE5;
}
.BgClassName
{
background-color: #DFDAE5;
}
</style>
border-color css
<style>
span { border-color: #DFDAE5; }
span { border-color: rgb(223,218,229); }
td.TdClassName
{
border-color: #DFDAE5;
}
.TagClassName
{
border-color: #DFDAE5;
}
</style>