Shades of Titan White #DBCFE4
Tints of Titan White #DBCFE4
RGB
CMYK
RGB Variations
Color information
#DBCFE4 (or 0xDBCFE4) is known color: Titan White. HEX triplet: DB, CF and E4. RGB value is (219,207,228). Sum of RGB (Red+Green+Blue) = 219+207+228=654 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.49% from 654); Green value is 207 (81.25% from 255 or 31.65% from 654); Blue value is 228 (89.45% from 255 or 34.86% from 654); Max value from RGB is 228 - color contains mainly: blue. Hex color #DBCFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCFE4 is #24301B. Grayscale: #D4D4D4. Windows color (decimal): -2371612 or 14995419. OLE color: 14995419.
HSL color Cylindrical-coordinate representation of color #DBCFE4: hue angle of 274.29º degrees, saturation: 0.28, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBCFE4 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 207 | 228 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.11 |
| HSL | 274.29º | 0.28% | 0.85% | - |
| HSV(B) | 274.29º | 0.09% | 0.89% | - |
| XYZ | 65.53 | 65.29 | 82.55 | - |
| YUV | 212.98 | 136.48 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 228 | 0.04 | 0.09 | 0 | 0.11 | 274.29 | 0.28 | 0.85 |
| Hex | DB | CF | E4 | 4 | 9 | 0 | B | 112 | 1C | 55 |
| Octal | 333 | 317 | 344 | 4 | 11 | 0 | 13 | 422 | 34 | 125 |
| Binary | 11011011 | 11001111 | 11100100 | 100 | 1001 | 0 | 1011 | 100010010 | 11100 | 1010101 |
Color Harmonies of #DBCFE4
Complementary color
Monochromatic Colors of #DBCFE4
Black with #DBCFE4
Text Example
Text Example
White with #DBCFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCFE4; }
p { color: rgb(219,207,228); }
H1.HeaderClassName
{
color: #DBCFE4;
}
.AnyTagClassName
{
color: #DBCFE4;
}
</style>
background-color css
<style>
a { background-color: #DBCFE4; }
a { background-color: rgb(219,207,228); }
div.DivClassName
{
background-color: #DBCFE4;
}
.BgClassName
{
background-color: #DBCFE4;
}
</style>
border-color css
<style>
span { border-color: #DBCFE4; }
span { border-color: rgb(219,207,228); }
td.TdClassName
{
border-color: #DBCFE4;
}
.TagClassName
{
border-color: #DBCFE4;
}
</style>