Shades of Quartz #DADBE6
Tints of Quartz #DADBE6
RGB
CMYK
RGB Variations
Color information
#DADBE6 (or 0xDADBE6) is known color: Quartz. HEX triplet: DA, DB and E6. RGB value is (218,219,230). Sum of RGB (Red+Green+Blue) = 218+219+230=667 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.68% from 667); Green value is 219 (85.94% from 255 or 32.83% from 667); Blue value is 230 (90.23% from 255 or 34.48% from 667); Max value from RGB is 230 - color contains mainly: blue. Hex color #DADBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADBE6 is #252419. Grayscale: #DBDBDB. Windows color (decimal): -2434074 or 15129562. OLE color: 15129562.
HSL color Cylindrical-coordinate representation of color #DADBE6: hue angle of 235º degrees, saturation: 0.19, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DADBE6 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 219 | 230 | - |
| CMYK | 0.05 | 0.05 | 0 | 0.10 |
| HSL | 235º | 0.19% | 0.88% | - |
| HSV(B) | 235º | 0.05% | 0.9% | - |
| XYZ | 68.53 | 71.28 | 85.01 | - |
| YUV | 219.96 | 133.67 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 219 | 230 | 0.05 | 0.05 | 0 | 0.10 | 235 | 0.19 | 0.88 |
| Hex | DA | DB | E6 | 5 | 5 | 0 | A | EB | 13 | 58 |
| Octal | 332 | 333 | 346 | 5 | 5 | 0 | 12 | 353 | 23 | 130 |
| Binary | 11011010 | 11011011 | 11100110 | 101 | 101 | 0 | 1010 | 11101011 | 10011 | 1011000 |
Color Harmonies of #DADBE6
Complementary color
Monochromatic Colors of #DADBE6
Black with #DADBE6
Text Example
Text Example
White with #DADBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADBE6; }
p { color: rgb(218,219,230); }
H1.HeaderClassName
{
color: #DADBE6;
}
.AnyTagClassName
{
color: #DADBE6;
}
</style>
background-color css
<style>
a { background-color: #DADBE6; }
a { background-color: rgb(218,219,230); }
div.DivClassName
{
background-color: #DADBE6;
}
.BgClassName
{
background-color: #DADBE6;
}
</style>
border-color css
<style>
span { border-color: #DADBE6; }
span { border-color: rgb(218,219,230); }
td.TdClassName
{
border-color: #DADBE6;
}
.TagClassName
{
border-color: #DADBE6;
}
</style>