Shades of Titan White #DBD1E4
Tints of Titan White #DBD1E4
RGB
CMYK
RGB Variations
Color information
#DBD1E4 (or 0xDBD1E4) is known color: Titan White. HEX triplet: DB, D1 and E4. RGB value is (219,209,228). Sum of RGB (Red+Green+Blue) = 219+209+228=656 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.38% from 656); Green value is 209 (82.03% from 255 or 31.86% from 656); Blue value is 228 (89.45% from 255 or 34.76% from 656); Max value from RGB is 228 - color contains mainly: blue. Hex color #DBD1E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD1E4 is #242E1B. Grayscale: #D6D6D6. Windows color (decimal): -2371100 or 14995931. OLE color: 14995931.
HSL color Cylindrical-coordinate representation of color #DBD1E4: hue angle of 271.58º degrees, saturation: 0.26, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBD1E4 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 219 | 209 | 228 | - |
CMYK | 0.04 | 0.08 | 0 | 0.11 |
HSL | 271.58º | 0.26% | 0.86% | - |
HSV(B) | 271.58º | 0.08% | 0.89% | - |
XYZ | 66.02 | 66.26 | 82.71 | - |
YUV | 214.16 | 135.81 | 131.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 209 | 228 | 0.04 | 0.08 | 0 | 0.11 | 271.58 | 0.26 | 0.86 |
Hex | DB | D1 | E4 | 4 | 8 | 0 | B | 110 | 1A | 56 |
Octal | 333 | 321 | 344 | 4 | 10 | 0 | 13 | 420 | 32 | 126 |
Binary | 11011011 | 11010001 | 11100100 | 100 | 1000 | 0 | 1011 | 100010000 | 11010 | 1010110 |
Color Harmonies of #DBD1E4
Complementary color
Monochromatic Colors of #DBD1E4
Black with #DBD1E4
Text Example
Text Example
White with #DBD1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD1E4; }
p { color: rgb(219,209,228); }
H1.HeaderClassName
{
color: #DBD1E4;
}
.AnyTagClassName
{
color: #DBD1E4;
}
</style>
background-color css
<style>
a { background-color: #DBD1E4; }
a { background-color: rgb(219,209,228); }
div.DivClassName
{
background-color: #DBD1E4;
}
.BgClassName
{
background-color: #DBD1E4;
}
</style>
border-color css
<style>
span { border-color: #DBD1E4; }
span { border-color: rgb(219,209,228); }
td.TdClassName
{
border-color: #DBD1E4;
}
.TagClassName
{
border-color: #DBD1E4;
}
</style>