Shades of Titan White #DBCFE0
Tints of Titan White #DBCFE0
RGB
CMYK
RGB Variations
Color information
#DBCFE0 (or 0xDBCFE0) is known color: Titan White. HEX triplet: DB, CF and E0. RGB value is (219,207,224). Sum of RGB (Red+Green+Blue) = 219+207+224=650 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.69% from 650); Green value is 207 (81.25% from 255 or 31.85% from 650); Blue value is 224 (87.89% from 255 or 34.46% from 650); Max value from RGB is 224 - color contains mainly: blue. Hex color #DBCFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCFE0 is #24301F. Grayscale: #D4D4D4. Windows color (decimal): -2371616 or 14733275. OLE color: 14733275.
HSL color Cylindrical-coordinate representation of color #DBCFE0: hue angle of 282.35º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBCFE0 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 207 | 224 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.12 |
| HSL | 282.35º | 0.22% | 0.85% | - |
| HSV(B) | 282.35º | 0.08% | 0.88% | - |
| XYZ | 64.98 | 65.07 | 79.66 | - |
| YUV | 212.53 | 134.48 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 224 | 0.02 | 0.08 | 0 | 0.12 | 282.35 | 0.22 | 0.85 |
| Hex | DB | CF | E0 | 2 | 8 | 0 | C | 11A | 16 | 55 |
| Octal | 333 | 317 | 340 | 2 | 10 | 0 | 14 | 432 | 26 | 125 |
| Binary | 11011011 | 11001111 | 11100000 | 10 | 1000 | 0 | 1100 | 100011010 | 10110 | 1010101 |
Color Harmonies of #DBCFE0
Complementary color
Monochromatic Colors of #DBCFE0
Black with #DBCFE0
Text Example
Text Example
White with #DBCFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCFE0; }
p { color: rgb(219,207,224); }
H1.HeaderClassName
{
color: #DBCFE0;
}
.AnyTagClassName
{
color: #DBCFE0;
}
</style>
background-color css
<style>
a { background-color: #DBCFE0; }
a { background-color: rgb(219,207,224); }
div.DivClassName
{
background-color: #DBCFE0;
}
.BgClassName
{
background-color: #DBCFE0;
}
</style>
border-color css
<style>
span { border-color: #DBCFE0; }
span { border-color: rgb(219,207,224); }
td.TdClassName
{
border-color: #DBCFE0;
}
.TagClassName
{
border-color: #DBCFE0;
}
</style>