Shades of Quartz #DADBE8
Tints of Quartz #DADBE8
RGB
CMYK
RGB Variations
Color information
#DADBE8 (or 0xDADBE8) is known color: Quartz. HEX triplet: DA, DB and E8. RGB value is (218,219,232). Sum of RGB (Red+Green+Blue) = 218+219+232=669 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.59% from 669); Green value is 219 (85.94% from 255 or 32.74% from 669); Blue value is 232 (91.02% from 255 or 34.68% from 669); Max value from RGB is 232 - color contains mainly: blue. Hex color #DADBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADBE8 is #252417. Grayscale: #DCDCDC. Windows color (decimal): -2434072 or 15260634. OLE color: 15260634.
HSL color Cylindrical-coordinate representation of color #DADBE8: hue angle of 235.71º degrees, saturation: 0.23, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DADBE8 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 218 | 219 | 232 | - |
CMYK | 0.06 | 0.06 | 0 | 0.09 |
HSL | 235.71º | 0.23% | 0.88% | - |
HSV(B) | 235.71º | 0.06% | 0.91% | - |
XYZ | 68.81 | 71.39 | 86.5 | - |
YUV | 220.18 | 134.67 | 126.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 219 | 232 | 0.06 | 0.06 | 0 | 0.09 | 235.71 | 0.23 | 0.88 |
Hex | DA | DB | E8 | 6 | 6 | 0 | 9 | EC | 17 | 58 |
Octal | 332 | 333 | 350 | 6 | 6 | 0 | 11 | 354 | 27 | 130 |
Binary | 11011010 | 11011011 | 11101000 | 110 | 110 | 0 | 1001 | 11101100 | 10111 | 1011000 |
Color Harmonies of #DADBE8
Complementary color
Monochromatic Colors of #DADBE8
Black with #DADBE8
Text Example
Text Example
White with #DADBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADBE8; }
p { color: rgb(218,219,232); }
H1.HeaderClassName
{
color: #DADBE8;
}
.AnyTagClassName
{
color: #DADBE8;
}
</style>
background-color css
<style>
a { background-color: #DADBE8; }
a { background-color: rgb(218,219,232); }
div.DivClassName
{
background-color: #DADBE8;
}
.BgClassName
{
background-color: #DADBE8;
}
</style>
border-color css
<style>
span { border-color: #DADBE8; }
span { border-color: rgb(218,219,232); }
td.TdClassName
{
border-color: #DADBE8;
}
.TagClassName
{
border-color: #DADBE8;
}
</style>