Shades of Quartz #DADCED
Tints of Quartz #DADCED
RGB
CMYK
RGB Variations
Color information
#DADCED (or 0xDADCED) is known color: Quartz. HEX triplet: DA, DC and ED. RGB value is (218,220,237). Sum of RGB (Red+Green+Blue) = 218+220+237=675 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.30% from 675); Green value is 220 (86.33% from 255 or 32.59% from 675); Blue value is 237 (92.97% from 255 or 35.11% from 675); Max value from RGB is 237 - color contains mainly: blue. Hex color #DADCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADCED is #252312. Grayscale: #DDDDDD. Windows color (decimal): -2433811 or 15588570. OLE color: 15588570.
HSL color Cylindrical-coordinate representation of color #DADCED: hue angle of 233.68º 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 #DADCED is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 220 | 237 | - |
CMYK | 0.08 | 0.07 | 0 | 0.07 |
HSL | 233.68º | 0.35% | 0.89% | - |
HSV(B) | 233.68º | 0.08% | 0.93% | - |
XYZ | 69.79 | 72.21 | 90.38 | - |
YUV | 221.34 | 136.84 | 125.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 220 | 237 | 0.08 | 0.07 | 0 | 0.07 | 233.68 | 0.35 | 0.89 |
Hex | DA | DC | ED | 8 | 7 | 0 | 7 | EA | 23 | 59 |
Octal | 332 | 334 | 355 | 10 | 7 | 0 | 7 | 352 | 43 | 131 |
Binary | 11011010 | 11011100 | 11101101 | 1000 | 111 | 0 | 111 | 11101010 | 100011 | 1011001 |
Color Harmonies of #DADCED
Complementary color
Monochromatic Colors of #DADCED
Black with #DADCED
Text Example
Text Example
White with #DADCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADCED; }
p { color: rgb(218,220,237); }
H1.HeaderClassName
{
color: #DADCED;
}
.AnyTagClassName
{
color: #DADCED;
}
</style>
background-color css
<style>
a { background-color: #DADCED; }
a { background-color: rgb(218,220,237); }
div.DivClassName
{
background-color: #DADCED;
}
.BgClassName
{
background-color: #DADCED;
}
</style>
border-color css
<style>
span { border-color: #DADCED; }
span { border-color: rgb(218,220,237); }
td.TdClassName
{
border-color: #DADCED;
}
.TagClassName
{
border-color: #DADCED;
}
</style>