Shades of Titan White #DBC5E6
Tints of Titan White #DBC5E6
RGB
CMYK
RGB Variations
Color information
#DBC5E6 (or 0xDBC5E6) is known color: Titan White. HEX triplet: DB, C5 and E6. RGB value is (219,197,230). Sum of RGB (Red+Green+Blue) = 219+197+230=646 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.90% from 646); Green value is 197 (77.34% from 255 or 30.50% from 646); Blue value is 230 (90.23% from 255 or 35.60% from 646); Max value from RGB is 230 - color contains mainly: blue. Hex color #DBC5E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC5E6 is #243A19. Grayscale: #CFCFCF. Windows color (decimal): -2374170 or 15123931. OLE color: 15123931.
HSL color Cylindrical-coordinate representation of color #DBC5E6: hue angle of 280º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBC5E6 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 219 | 197 | 230 | - |
CMYK | 0.05 | 0.14 | 0 | 0.10 |
HSL | 280º | 0.4% | 0.84% | - |
HSV(B) | 280º | 0.14% | 0.9% | - |
XYZ | 63.46 | 60.71 | 83.24 | - |
YUV | 207.34 | 140.79 | 136.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 197 | 230 | 0.05 | 0.14 | 0 | 0.10 | 280 | 0.4 | 0.84 |
Hex | DB | C5 | E6 | 5 | E | 0 | A | 118 | 28 | 54 |
Octal | 333 | 305 | 346 | 5 | 16 | 0 | 12 | 430 | 50 | 124 |
Binary | 11011011 | 11000101 | 11100110 | 101 | 1110 | 0 | 1010 | 100011000 | 101000 | 1010100 |
Color Harmonies of #DBC5E6
Complementary color
Monochromatic Colors of #DBC5E6
Black with #DBC5E6
Text Example
Text Example
White with #DBC5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC5E6; }
p { color: rgb(219,197,230); }
H1.HeaderClassName
{
color: #DBC5E6;
}
.AnyTagClassName
{
color: #DBC5E6;
}
</style>
background-color css
<style>
a { background-color: #DBC5E6; }
a { background-color: rgb(219,197,230); }
div.DivClassName
{
background-color: #DBC5E6;
}
.BgClassName
{
background-color: #DBC5E6;
}
</style>
border-color css
<style>
span { border-color: #DBC5E6; }
span { border-color: rgb(219,197,230); }
td.TdClassName
{
border-color: #DBC5E6;
}
.TagClassName
{
border-color: #DBC5E6;
}
</style>