Shades of Quartz #DADBEE
Tints of Quartz #DADBEE
RGB
CMYK
RGB Variations
Color information
#DADBEE (or 0xDADBEE) is known color: Quartz. HEX triplet: DA, DB and EE. RGB value is (218,219,238). Sum of RGB (Red+Green+Blue) = 218+219+238=675 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.30% from 675); Green value is 219 (85.94% from 255 or 32.44% from 675); Blue value is 238 (93.36% from 255 or 35.26% from 675); Max value from RGB is 238 - color contains mainly: blue. Hex color #DADBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADBEE is #252411. Grayscale: #DCDCDC. Windows color (decimal): -2434066 or 15653850. OLE color: 15653850.
HSL color Cylindrical-coordinate representation of color #DADBEE: hue angle of 237º degrees, saturation: 0.37, 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 #DADBEE is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 219 | 238 | - |
CMYK | 0.08 | 0.08 | 0 | 0.07 |
HSL | 237º | 0.37% | 0.89% | - |
HSV(B) | 237º | 0.08% | 0.93% | - |
XYZ | 69.68 | 71.74 | 91.06 | - |
YUV | 220.87 | 137.67 | 125.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 219 | 238 | 0.08 | 0.08 | 0 | 0.07 | 237 | 0.37 | 0.89 |
Hex | DA | DB | EE | 8 | 8 | 0 | 7 | ED | 25 | 59 |
Octal | 332 | 333 | 356 | 10 | 10 | 0 | 7 | 355 | 45 | 131 |
Binary | 11011010 | 11011011 | 11101110 | 1000 | 1000 | 0 | 111 | 11101101 | 100101 | 1011001 |
Color Harmonies of #DADBEE
Complementary color
Monochromatic Colors of #DADBEE
Black with #DADBEE
Text Example
Text Example
White with #DADBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADBEE; }
p { color: rgb(218,219,238); }
H1.HeaderClassName
{
color: #DADBEE;
}
.AnyTagClassName
{
color: #DADBEE;
}
</style>
background-color css
<style>
a { background-color: #DADBEE; }
a { background-color: rgb(218,219,238); }
div.DivClassName
{
background-color: #DADBEE;
}
.BgClassName
{
background-color: #DADBEE;
}
</style>
border-color css
<style>
span { border-color: #DADBEE; }
span { border-color: rgb(218,219,238); }
td.TdClassName
{
border-color: #DADBEE;
}
.TagClassName
{
border-color: #DADBEE;
}
</style>