Shades of Titan White #DBC9E4
Tints of Titan White #DBC9E4
RGB
CMYK
RGB Variations
Color information
#DBC9E4 (or 0xDBC9E4) is known color: Titan White. HEX triplet: DB, C9 and E4. RGB value is (219,201,228). Sum of RGB (Red+Green+Blue) = 219+201+228=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 201 (78.91% from 255 or 31.02% from 648); Blue value is 228 (89.45% from 255 or 35.19% from 648); Max value from RGB is 228 - color contains mainly: blue. Hex color #DBC9E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC9E4 is #24361B. Grayscale: #D1D1D1. Windows color (decimal): -2373148 or 14993883. OLE color: 14993883.
HSL color Cylindrical-coordinate representation of color #DBC9E4: hue angle of 280º degrees, saturation: 0.33, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBC9E4 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 219 | 201 | 228 | - |
CMYK | 0.04 | 0.12 | 0 | 0.11 |
HSL | 280º | 0.33% | 0.84% | - |
HSV(B) | 280º | 0.12% | 0.89% | - |
XYZ | 64.1 | 62.43 | 82.07 | - |
YUV | 209.46 | 138.46 | 134.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 201 | 228 | 0.04 | 0.12 | 0 | 0.11 | 280 | 0.33 | 0.84 |
Hex | DB | C9 | E4 | 4 | C | 0 | B | 118 | 21 | 54 |
Octal | 333 | 311 | 344 | 4 | 14 | 0 | 13 | 430 | 41 | 124 |
Binary | 11011011 | 11001001 | 11100100 | 100 | 1100 | 0 | 1011 | 100011000 | 100001 | 1010100 |
Color Harmonies of #DBC9E4
Complementary color
Monochromatic Colors of #DBC9E4
Black with #DBC9E4
Text Example
Text Example
White with #DBC9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC9E4; }
p { color: rgb(219,201,228); }
H1.HeaderClassName
{
color: #DBC9E4;
}
.AnyTagClassName
{
color: #DBC9E4;
}
</style>
background-color css
<style>
a { background-color: #DBC9E4; }
a { background-color: rgb(219,201,228); }
div.DivClassName
{
background-color: #DBC9E4;
}
.BgClassName
{
background-color: #DBC9E4;
}
</style>
border-color css
<style>
span { border-color: #DBC9E4; }
span { border-color: rgb(219,201,228); }
td.TdClassName
{
border-color: #DBC9E4;
}
.TagClassName
{
border-color: #DBC9E4;
}
</style>