Shades of Titan White #DBCCE2
Tints of Titan White #DBCCE2
RGB
CMYK
RGB Variations
Color information
#DBCCE2 (or 0xDBCCE2) is known color: Titan White. HEX triplet: DB, CC and E2. RGB value is (219,204,226). Sum of RGB (Red+Green+Blue) = 219+204+226=649 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.74% from 649); Green value is 204 (80.08% from 255 or 31.43% from 649); Blue value is 226 (88.67% from 255 or 34.82% from 649); Max value from RGB is 226 - color contains mainly: blue. Hex color #DBCCE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCCE2 is #24331D. Grayscale: #D2D2D2. Windows color (decimal): -2372382 or 14863579. OLE color: 14863579.
HSL color Cylindrical-coordinate representation of color #DBCCE2: hue angle of 280.91º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBCCE2 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 204 | 226 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.11 |
| HSL | 280.91º | 0.28% | 0.84% | - |
| HSV(B) | 280.91º | 0.1% | 0.89% | - |
| XYZ | 64.53 | 63.74 | 80.85 | - |
| YUV | 210.99 | 136.47 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 226 | 0.03 | 0.10 | 0 | 0.11 | 280.91 | 0.28 | 0.84 |
| Hex | DB | CC | E2 | 3 | A | 0 | B | 119 | 1C | 54 |
| Octal | 333 | 314 | 342 | 3 | 12 | 0 | 13 | 431 | 34 | 124 |
| Binary | 11011011 | 11001100 | 11100010 | 11 | 1010 | 0 | 1011 | 100011001 | 11100 | 1010100 |
Color Harmonies of #DBCCE2
Complementary color
Monochromatic Colors of #DBCCE2
Black with #DBCCE2
Text Example
Text Example
White with #DBCCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCCE2; }
p { color: rgb(219,204,226); }
H1.HeaderClassName
{
color: #DBCCE2;
}
.AnyTagClassName
{
color: #DBCCE2;
}
</style>
background-color css
<style>
a { background-color: #DBCCE2; }
a { background-color: rgb(219,204,226); }
div.DivClassName
{
background-color: #DBCCE2;
}
.BgClassName
{
background-color: #DBCCE2;
}
</style>
border-color css
<style>
span { border-color: #DBCCE2; }
span { border-color: rgb(219,204,226); }
td.TdClassName
{
border-color: #DBCCE2;
}
.TagClassName
{
border-color: #DBCCE2;
}
</style>