Shades of Titan White #DBC5E3
Tints of Titan White #DBC5E3
RGB
CMYK
RGB Variations
Color information
#DBC5E3 (or 0xDBC5E3) is known color: Titan White. HEX triplet: DB, C5 and E3. RGB value is (219,197,227). Sum of RGB (Red+Green+Blue) = 219+197+227=643 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.06% from 643); Green value is 197 (77.34% from 255 or 30.64% from 643); Blue value is 227 (89.06% from 255 or 35.30% from 643); Max value from RGB is 227 - color contains mainly: blue. Hex color #DBC5E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC5E3 is #243A1C. Grayscale: #CECECE. Windows color (decimal): -2374173 or 14927323. OLE color: 14927323.
HSL color Cylindrical-coordinate representation of color #DBC5E3: hue angle of 284º degrees, saturation: 0.35, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBC5E3 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 219 | 197 | 227 | - |
CMYK | 0.04 | 0.13 | 0 | 0.11 |
HSL | 284º | 0.35% | 0.83% | - |
HSV(B) | 284º | 0.13% | 0.89% | - |
XYZ | 63.04 | 60.54 | 81.04 | - |
YUV | 207 | 139.29 | 136.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 197 | 227 | 0.04 | 0.13 | 0 | 0.11 | 284 | 0.35 | 0.83 |
Hex | DB | C5 | E3 | 4 | D | 0 | B | 11C | 23 | 53 |
Octal | 333 | 305 | 343 | 4 | 15 | 0 | 13 | 434 | 43 | 123 |
Binary | 11011011 | 11000101 | 11100011 | 100 | 1101 | 0 | 1011 | 100011100 | 100011 | 1010011 |
Color Harmonies of #DBC5E3
Complementary color
Monochromatic Colors of #DBC5E3
Black with #DBC5E3
Text Example
Text Example
White with #DBC5E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC5E3; }
p { color: rgb(219,197,227); }
H1.HeaderClassName
{
color: #DBC5E3;
}
.AnyTagClassName
{
color: #DBC5E3;
}
</style>
background-color css
<style>
a { background-color: #DBC5E3; }
a { background-color: rgb(219,197,227); }
div.DivClassName
{
background-color: #DBC5E3;
}
.BgClassName
{
background-color: #DBC5E3;
}
</style>
border-color css
<style>
span { border-color: #DBC5E3; }
span { border-color: rgb(219,197,227); }
td.TdClassName
{
border-color: #DBC5E3;
}
.TagClassName
{
border-color: #DBC5E3;
}
</style>