Shades of Quartz #DADCFE
Tints of Quartz #DADCFE
RGB
CMYK
RGB Variations
Color information
#DADCFE (or 0xDADCFE) is known color: Quartz. HEX triplet: DA, DC and FE. RGB value is (218,220,254). Sum of RGB (Red+Green+Blue) = 218+220+254=692 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.50% from 692); Green value is 220 (86.33% from 255 or 31.79% from 692); Blue value is 254 (99.61% from 255 or 36.71% from 692); Max value from RGB is 254 - color contains mainly: blue. Hex color #DADCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADCFE is #252301. Grayscale: #DFDFDF. Windows color (decimal): -2433794 or 16702682. OLE color: 16702682.
HSL color Cylindrical-coordinate representation of color #DADCFE: hue angle of 236.67º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DADCFE is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 220 | 254 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.00 |
| HSL | 236.67º | 0.95% | 0.93% | - |
| HSV(B) | 236.67º | 0.14% | 1% | - |
| XYZ | 72.4 | 73.25 | 104.09 | - |
| YUV | 223.28 | 145.34 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 254 | 0.14 | 0.13 | 0 | 0.00 | 236.67 | 0.95 | 0.93 |
| Hex | DA | DC | FE | E | D | 0 | 0 | ED | 5F | 5D |
| Octal | 332 | 334 | 376 | 16 | 15 | 0 | 0 | 355 | 137 | 135 |
| Binary | 11011010 | 11011100 | 11111110 | 1110 | 1101 | 0 | 0 | 11101101 | 1011111 | 1011101 |
Color Harmonies of #DADCFE
Complementary color
Monochromatic Colors of #DADCFE
Black with #DADCFE
Text Example
Text Example
White with #DADCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADCFE; }
p { color: rgb(218,220,254); }
H1.HeaderClassName
{
color: #DADCFE;
}
.AnyTagClassName
{
color: #DADCFE;
}
</style>
background-color css
<style>
a { background-color: #DADCFE; }
a { background-color: rgb(218,220,254); }
div.DivClassName
{
background-color: #DADCFE;
}
.BgClassName
{
background-color: #DADCFE;
}
</style>
border-color css
<style>
span { border-color: #DADCFE; }
span { border-color: rgb(218,220,254); }
td.TdClassName
{
border-color: #DADCFE;
}
.TagClassName
{
border-color: #DADCFE;
}
</style>