Shades of Titan White #DFDCE4
Tints of Titan White #DFDCE4
RGB
CMYK
RGB Variations
Color information
#DFDCE4 (or 0xDFDCE4) is known color: Titan White. HEX triplet: DF, DC and E4. RGB value is (223,220,228). Sum of RGB (Red+Green+Blue) = 223+220+228=671 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.23% from 671); Green value is 220 (86.33% from 255 or 32.79% from 671); Blue value is 228 (89.45% from 255 or 33.98% from 671); Max value from RGB is 228 - color contains mainly: blue. Hex color #DFDCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDCE4 is #20231B. Grayscale: #DDDDDD. Windows color (decimal): -2106140 or 14998751. OLE color: 14998751.
HSL color Cylindrical-coordinate representation of color #DFDCE4: hue angle of 262.5º degrees, saturation: 0.13, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DFDCE4 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 223 | 220 | 228 | - |
CMYK | 0.02 | 0.04 | 0 | 0.11 |
HSL | 262.5º | 0.13% | 0.88% | - |
HSV(B) | 262.5º | 0.04% | 0.89% | - |
XYZ | 70.03 | 72.48 | 83.7 | - |
YUV | 221.81 | 131.49 | 128.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 220 | 228 | 0.02 | 0.04 | 0 | 0.11 | 262.5 | 0.13 | 0.88 |
Hex | DF | DC | E4 | 2 | 4 | 0 | B | 106 | D | 58 |
Octal | 337 | 334 | 344 | 2 | 4 | 0 | 13 | 406 | 15 | 130 |
Binary | 11011111 | 11011100 | 11100100 | 10 | 100 | 0 | 1011 | 100000110 | 1101 | 1011000 |
Color Harmonies of #DFDCE4
Complementary color
Monochromatic Colors of #DFDCE4
Black with #DFDCE4
Text Example
Text Example
White with #DFDCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDCE4; }
p { color: rgb(223,220,228); }
H1.HeaderClassName
{
color: #DFDCE4;
}
.AnyTagClassName
{
color: #DFDCE4;
}
</style>
background-color css
<style>
a { background-color: #DFDCE4; }
a { background-color: rgb(223,220,228); }
div.DivClassName
{
background-color: #DFDCE4;
}
.BgClassName
{
background-color: #DFDCE4;
}
</style>
border-color css
<style>
span { border-color: #DFDCE4; }
span { border-color: rgb(223,220,228); }
td.TdClassName
{
border-color: #DFDCE4;
}
.TagClassName
{
border-color: #DFDCE4;
}
</style>