Shades of Titan White #DBCEE2
Tints of Titan White #DBCEE2
RGB
CMYK
RGB Variations
Color information
#DBCEE2 (or 0xDBCEE2) is known color: Titan White. HEX triplet: DB, CE and E2. RGB value is (219,206,226). Sum of RGB (Red+Green+Blue) = 219+206+226=651 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.64% from 651); Green value is 206 (80.86% from 255 or 31.64% from 651); Blue value is 226 (88.67% from 255 or 34.72% from 651); Max value from RGB is 226 - color contains mainly: blue. Hex color #DBCEE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCEE2 is #24311D. Grayscale: #D4D4D4. Windows color (decimal): -2371870 or 14864091. OLE color: 14864091.
HSL color Cylindrical-coordinate representation of color #DBCEE2: hue angle of 279º degrees, saturation: 0.26, 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 #DBCEE2 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 206 | 226 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.11 |
| HSL | 279º | 0.26% | 0.85% | - |
| HSV(B) | 279º | 0.09% | 0.89% | - |
| XYZ | 65.01 | 64.69 | 81.01 | - |
| YUV | 212.17 | 135.81 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 226 | 0.03 | 0.09 | 0 | 0.11 | 279 | 0.26 | 0.85 |
| Hex | DB | CE | E2 | 3 | 9 | 0 | B | 117 | 1A | 55 |
| Octal | 333 | 316 | 342 | 3 | 11 | 0 | 13 | 427 | 32 | 125 |
| Binary | 11011011 | 11001110 | 11100010 | 11 | 1001 | 0 | 1011 | 100010111 | 11010 | 1010101 |
Color Harmonies of #DBCEE2
Complementary color
Monochromatic Colors of #DBCEE2
Black with #DBCEE2
Text Example
Text Example
White with #DBCEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCEE2; }
p { color: rgb(219,206,226); }
H1.HeaderClassName
{
color: #DBCEE2;
}
.AnyTagClassName
{
color: #DBCEE2;
}
</style>
background-color css
<style>
a { background-color: #DBCEE2; }
a { background-color: rgb(219,206,226); }
div.DivClassName
{
background-color: #DBCEE2;
}
.BgClassName
{
background-color: #DBCEE2;
}
</style>
border-color css
<style>
span { border-color: #DBCEE2; }
span { border-color: rgb(219,206,226); }
td.TdClassName
{
border-color: #DBCEE2;
}
.TagClassName
{
border-color: #DBCEE2;
}
</style>