Shades of Titan White #DBCFE5
Tints of Titan White #DBCFE5
RGB
CMYK
RGB Variations
Color information
#DBCFE5 (or 0xDBCFE5) is known color: Titan White. HEX triplet: DB, CF and E5. RGB value is (219,207,229). Sum of RGB (Red+Green+Blue) = 219+207+229=655 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.44% from 655); Green value is 207 (81.25% from 255 or 31.60% from 655); Blue value is 229 (89.84% from 255 or 34.96% from 655); Max value from RGB is 229 - color contains mainly: blue. Hex color #DBCFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCFE5 is #24301A. Grayscale: #D5D5D5. Windows color (decimal): -2371611 or 15060955. OLE color: 15060955.
HSL color Cylindrical-coordinate representation of color #DBCFE5: hue angle of 272.73º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBCFE5 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 207 | 229 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.10 |
| HSL | 272.73º | 0.3% | 0.85% | - |
| HSV(B) | 272.73º | 0.1% | 0.9% | - |
| XYZ | 65.67 | 65.34 | 83.28 | - |
| YUV | 213.1 | 136.98 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 229 | 0.04 | 0.10 | 0 | 0.10 | 272.73 | 0.3 | 0.85 |
| Hex | DB | CF | E5 | 4 | A | 0 | A | 111 | 1E | 55 |
| Octal | 333 | 317 | 345 | 4 | 12 | 0 | 12 | 421 | 36 | 125 |
| Binary | 11011011 | 11001111 | 11100101 | 100 | 1010 | 0 | 1010 | 100010001 | 11110 | 1010101 |
Color Harmonies of #DBCFE5
Complementary color
Monochromatic Colors of #DBCFE5
Black with #DBCFE5
Text Example
Text Example
White with #DBCFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCFE5; }
p { color: rgb(219,207,229); }
H1.HeaderClassName
{
color: #DBCFE5;
}
.AnyTagClassName
{
color: #DBCFE5;
}
</style>
background-color css
<style>
a { background-color: #DBCFE5; }
a { background-color: rgb(219,207,229); }
div.DivClassName
{
background-color: #DBCFE5;
}
.BgClassName
{
background-color: #DBCFE5;
}
</style>
border-color css
<style>
span { border-color: #DBCFE5; }
span { border-color: rgb(219,207,229); }
td.TdClassName
{
border-color: #DBCFE5;
}
.TagClassName
{
border-color: #DBCFE5;
}
</style>