Shades of Quartz #DADCF2
Tints of Quartz #DADCF2
RGB
CMYK
RGB Variations
Color information
#DADCF2 (or 0xDADCF2) is known color: Quartz. HEX triplet: DA, DC and F2. RGB value is (218,220,242). Sum of RGB (Red+Green+Blue) = 218+220+242=680 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.06% from 680); Green value is 220 (86.33% from 255 or 32.35% from 680); Blue value is 242 (94.92% from 255 or 35.59% from 680); Max value from RGB is 242 - color contains mainly: blue. Hex color #DADCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADCF2 is #25230D. Grayscale: #DDDDDD. Windows color (decimal): -2433806 or 15916250. OLE color: 15916250.
HSL color Cylindrical-coordinate representation of color #DADCF2: hue angle of 235º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DADCF2 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 220 | 242 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.05 |
| HSL | 235º | 0.48% | 0.9% | - |
| HSV(B) | 235º | 0.1% | 0.95% | - |
| XYZ | 70.53 | 72.5 | 94.28 | - |
| YUV | 221.91 | 139.34 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 242 | 0.10 | 0.09 | 0 | 0.05 | 235 | 0.48 | 0.9 |
| Hex | DA | DC | F2 | A | 9 | 0 | 5 | EB | 30 | 5A |
| Octal | 332 | 334 | 362 | 12 | 11 | 0 | 5 | 353 | 60 | 132 |
| Binary | 11011010 | 11011100 | 11110010 | 1010 | 1001 | 0 | 101 | 11101011 | 110000 | 1011010 |
Color Harmonies of #DADCF2
Complementary color
Monochromatic Colors of #DADCF2
Black with #DADCF2
Text Example
Text Example
White with #DADCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADCF2; }
p { color: rgb(218,220,242); }
H1.HeaderClassName
{
color: #DADCF2;
}
.AnyTagClassName
{
color: #DADCF2;
}
</style>
background-color css
<style>
a { background-color: #DADCF2; }
a { background-color: rgb(218,220,242); }
div.DivClassName
{
background-color: #DADCF2;
}
.BgClassName
{
background-color: #DADCF2;
}
</style>
border-color css
<style>
span { border-color: #DADCF2; }
span { border-color: rgb(218,220,242); }
td.TdClassName
{
border-color: #DADCF2;
}
.TagClassName
{
border-color: #DADCF2;
}
</style>