Shades of Titan White #DBD3E3
Tints of Titan White #DBD3E3
RGB
CMYK
RGB Variations
Color information
#DBD3E3 (or 0xDBD3E3) is known color: Titan White. HEX triplet: DB, D3 and E3. RGB value is (219,211,227). Sum of RGB (Red+Green+Blue) = 219+211+227=657 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.33% from 657); Green value is 211 (82.81% from 255 or 32.12% from 657); Blue value is 227 (89.06% from 255 or 34.55% from 657); Max value from RGB is 227 - color contains mainly: blue. Hex color #DBD3E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD3E3 is #242C1C. Grayscale: #D7D7D7. Windows color (decimal): -2370589 or 14930907. OLE color: 14930907.
HSL color Cylindrical-coordinate representation of color #DBD3E3: hue angle of 270º degrees, saturation: 0.22, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBD3E3 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 219 | 211 | 227 | - |
CMYK | 0.04 | 0.07 | 0 | 0.11 |
HSL | 270º | 0.22% | 0.86% | - |
HSV(B) | 270º | 0.07% | 0.89% | - |
XYZ | 66.37 | 67.19 | 82.14 | - |
YUV | 215.22 | 134.65 | 130.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 211 | 227 | 0.04 | 0.07 | 0 | 0.11 | 270 | 0.22 | 0.86 |
Hex | DB | D3 | E3 | 4 | 7 | 0 | B | 10E | 16 | 56 |
Octal | 333 | 323 | 343 | 4 | 7 | 0 | 13 | 416 | 26 | 126 |
Binary | 11011011 | 11010011 | 11100011 | 100 | 111 | 0 | 1011 | 100001110 | 10110 | 1010110 |
Color Harmonies of #DBD3E3
Complementary color
Monochromatic Colors of #DBD3E3
Black with #DBD3E3
Text Example
Text Example
White with #DBD3E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD3E3; }
p { color: rgb(219,211,227); }
H1.HeaderClassName
{
color: #DBD3E3;
}
.AnyTagClassName
{
color: #DBD3E3;
}
</style>
background-color css
<style>
a { background-color: #DBD3E3; }
a { background-color: rgb(219,211,227); }
div.DivClassName
{
background-color: #DBD3E3;
}
.BgClassName
{
background-color: #DBD3E3;
}
</style>
border-color css
<style>
span { border-color: #DBD3E3; }
span { border-color: rgb(219,211,227); }
td.TdClassName
{
border-color: #DBD3E3;
}
.TagClassName
{
border-color: #DBD3E3;
}
</style>