Shades of Quartz #DADCF5
Tints of Quartz #DADCF5
RGB
CMYK
RGB Variations
Color information
#DADCF5 (or 0xDADCF5) is known color: Quartz. HEX triplet: DA, DC and F5. RGB value is (218,220,245). Sum of RGB (Red+Green+Blue) = 218+220+245=683 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.92% from 683); Green value is 220 (86.33% from 255 or 32.21% from 683); Blue value is 245 (96.09% from 255 or 35.87% from 683); Max value from RGB is 245 - color contains mainly: blue. Hex color #DADCF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADCF5 is #25230A. Grayscale: #DEDEDE. Windows color (decimal): -2433803 or 16112858. OLE color: 16112858.
HSL color Cylindrical-coordinate representation of color #DADCF5: hue angle of 235.56º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DADCF5 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 220 | 245 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.04 |
| HSL | 235.56º | 0.57% | 0.91% | - |
| HSV(B) | 235.56º | 0.11% | 0.96% | - |
| XYZ | 70.99 | 72.68 | 96.67 | - |
| YUV | 222.25 | 140.84 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 245 | 0.11 | 0.10 | 0 | 0.04 | 235.56 | 0.57 | 0.91 |
| Hex | DA | DC | F5 | B | A | 0 | 4 | EC | 39 | 5B |
| Octal | 332 | 334 | 365 | 13 | 12 | 0 | 4 | 354 | 71 | 133 |
| Binary | 11011010 | 11011100 | 11110101 | 1011 | 1010 | 0 | 100 | 11101100 | 111001 | 1011011 |
Color Harmonies of #DADCF5
Complementary color
Monochromatic Colors of #DADCF5
Black with #DADCF5
Text Example
Text Example
White with #DADCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADCF5; }
p { color: rgb(218,220,245); }
H1.HeaderClassName
{
color: #DADCF5;
}
.AnyTagClassName
{
color: #DADCF5;
}
</style>
background-color css
<style>
a { background-color: #DADCF5; }
a { background-color: rgb(218,220,245); }
div.DivClassName
{
background-color: #DADCF5;
}
.BgClassName
{
background-color: #DADCF5;
}
</style>
border-color css
<style>
span { border-color: #DADCF5; }
span { border-color: rgb(218,220,245); }
td.TdClassName
{
border-color: #DADCF5;
}
.TagClassName
{
border-color: #DADCF5;
}
</style>