Shades of Quartz #DADBEC
Tints of Quartz #DADBEC
RGB
CMYK
RGB Variations
Color information
#DADBEC (or 0xDADBEC) is known color: Quartz. HEX triplet: DA, DB and EC. RGB value is (218,219,236). Sum of RGB (Red+Green+Blue) = 218+219+236=673 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.39% from 673); Green value is 219 (85.94% from 255 or 32.54% from 673); Blue value is 236 (92.58% from 255 or 35.07% from 673); Max value from RGB is 236 - color contains mainly: blue. Hex color #DADBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADBEC is #252413. Grayscale: #DCDCDC. Windows color (decimal): -2434068 or 15522778. OLE color: 15522778.
HSL color Cylindrical-coordinate representation of color #DADBEC: hue angle of 236.67º degrees, saturation: 0.32, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DADBEC is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 219 | 236 | - |
CMYK | 0.08 | 0.07 | 0 | 0.07 |
HSL | 236.67º | 0.32% | 0.89% | - |
HSV(B) | 236.67º | 0.08% | 0.93% | - |
XYZ | 69.39 | 71.62 | 89.52 | - |
YUV | 220.64 | 136.67 | 126.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 219 | 236 | 0.08 | 0.07 | 0 | 0.07 | 236.67 | 0.32 | 0.89 |
Hex | DA | DB | EC | 8 | 7 | 0 | 7 | ED | 20 | 59 |
Octal | 332 | 333 | 354 | 10 | 7 | 0 | 7 | 355 | 40 | 131 |
Binary | 11011010 | 11011011 | 11101100 | 1000 | 111 | 0 | 111 | 11101101 | 100000 | 1011001 |
Color Harmonies of #DADBEC
Complementary color
Monochromatic Colors of #DADBEC
Black with #DADBEC
Text Example
Text Example
White with #DADBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADBEC; }
p { color: rgb(218,219,236); }
H1.HeaderClassName
{
color: #DADBEC;
}
.AnyTagClassName
{
color: #DADBEC;
}
</style>
background-color css
<style>
a { background-color: #DADBEC; }
a { background-color: rgb(218,219,236); }
div.DivClassName
{
background-color: #DADBEC;
}
.BgClassName
{
background-color: #DADBEC;
}
</style>
border-color css
<style>
span { border-color: #DADBEC; }
span { border-color: rgb(218,219,236); }
td.TdClassName
{
border-color: #DADBEC;
}
.TagClassName
{
border-color: #DADBEC;
}
</style>