Shades of Quartz #DADBED
Tints of Quartz #DADBED
RGB
CMYK
RGB Variations
Color information
#DADBED (or 0xDADBED) is known color: Quartz. HEX triplet: DA, DB and ED. RGB value is (218,219,237). Sum of RGB (Red+Green+Blue) = 218+219+237=674 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.34% from 674); Green value is 219 (85.94% from 255 or 32.49% from 674); Blue value is 237 (92.97% from 255 or 35.16% from 674); Max value from RGB is 237 - color contains mainly: blue. Hex color #DADBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADBED is #252412. Grayscale: #DCDCDC. Windows color (decimal): -2434067 or 15588314. OLE color: 15588314.
HSL color Cylindrical-coordinate representation of color #DADBED: hue angle of 236.84º degrees, saturation: 0.35, 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 #DADBED is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 219 | 237 | - |
CMYK | 0.08 | 0.08 | 0 | 0.07 |
HSL | 236.84º | 0.35% | 0.89% | - |
HSV(B) | 236.84º | 0.08% | 0.93% | - |
XYZ | 69.53 | 71.68 | 90.29 | - |
YUV | 220.75 | 137.17 | 126.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 219 | 237 | 0.08 | 0.08 | 0 | 0.07 | 236.84 | 0.35 | 0.89 |
Hex | DA | DB | ED | 8 | 8 | 0 | 7 | ED | 23 | 59 |
Octal | 332 | 333 | 355 | 10 | 10 | 0 | 7 | 355 | 43 | 131 |
Binary | 11011010 | 11011011 | 11101101 | 1000 | 1000 | 0 | 111 | 11101101 | 100011 | 1011001 |
Color Harmonies of #DADBED
Complementary color
Monochromatic Colors of #DADBED
Black with #DADBED
Text Example
Text Example
White with #DADBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADBED; }
p { color: rgb(218,219,237); }
H1.HeaderClassName
{
color: #DADBED;
}
.AnyTagClassName
{
color: #DADBED;
}
</style>
background-color css
<style>
a { background-color: #DADBED; }
a { background-color: rgb(218,219,237); }
div.DivClassName
{
background-color: #DADBED;
}
.BgClassName
{
background-color: #DADBED;
}
</style>
border-color css
<style>
span { border-color: #DADBED; }
span { border-color: rgb(218,219,237); }
td.TdClassName
{
border-color: #DADBED;
}
.TagClassName
{
border-color: #DADBED;
}
</style>