Shades of Titan White #DFDDE0
Tints of Titan White #DFDDE0
RGB
CMYK
RGB Variations
Color information
#DFDDE0 (or 0xDFDDE0) is known color: Titan White. HEX triplet: DF, DD and E0. RGB value is (223,221,224). Sum of RGB (Red+Green+Blue) = 223+221+224=668 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.38% from 668); Green value is 221 (86.72% from 255 or 33.08% from 668); Blue value is 224 (87.89% from 255 or 33.53% from 668); Max value from RGB is 224 - color contains mainly: blue. Hex color #DFDDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDDE0 is #20221F. Grayscale: #DDDDDD. Windows color (decimal): -2105888 or 14736863. OLE color: 14736863.
HSL color Cylindrical-coordinate representation of color #DFDDE0: hue angle of 280º degrees, saturation: 0.05, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DFDDE0 is Cyan = 0.00, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
RGB | 223 | 221 | 224 | - |
CMYK | 0.00 | 0.01 | 0 | 0.12 |
HSL | 280º | 0.05% | 0.87% | - |
HSV(B) | 280º | 0.01% | 0.88% | - |
XYZ | 69.74 | 72.78 | 80.89 | - |
YUV | 221.94 | 129.16 | 128.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 221 | 224 | 0.00 | 0.01 | 0 | 0.12 | 280 | 0.05 | 0.87 |
Hex | DF | DD | E0 | 0 | 1 | 0 | C | 118 | 5 | 57 |
Octal | 337 | 335 | 340 | 0 | 1 | 0 | 14 | 430 | 5 | 127 |
Binary | 11011111 | 11011101 | 11100000 | 0 | 1 | 0 | 1100 | 100011000 | 101 | 1010111 |
Color Harmonies of #DFDDE0
Complementary color
Monochromatic Colors of #DFDDE0
Black with #DFDDE0
Text Example
Text Example
White with #DFDDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDDE0; }
p { color: rgb(223,221,224); }
H1.HeaderClassName
{
color: #DFDDE0;
}
.AnyTagClassName
{
color: #DFDDE0;
}
</style>
background-color css
<style>
a { background-color: #DFDDE0; }
a { background-color: rgb(223,221,224); }
div.DivClassName
{
background-color: #DFDDE0;
}
.BgClassName
{
background-color: #DFDDE0;
}
</style>
border-color css
<style>
span { border-color: #DFDDE0; }
span { border-color: rgb(223,221,224); }
td.TdClassName
{
border-color: #DFDDE0;
}
.TagClassName
{
border-color: #DFDDE0;
}
</style>