Shades of Quartz #DADCF3
Tints of Quartz #DADCF3
RGB
CMYK
RGB Variations
Color information
#DADCF3 (or 0xDADCF3) is known color: Quartz. HEX triplet: DA, DC and F3. RGB value is (218,220,243). Sum of RGB (Red+Green+Blue) = 218+220+243=681 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.01% from 681); Green value is 220 (86.33% from 255 or 32.31% from 681); Blue value is 243 (95.31% from 255 or 35.68% from 681); Max value from RGB is 243 - color contains mainly: blue. Hex color #DADCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADCF3 is #25230C. Grayscale: #DDDDDD. Windows color (decimal): -2433805 or 15981786. OLE color: 15981786.
HSL color Cylindrical-coordinate representation of color #DADCF3: hue angle of 235.2º degrees, saturation: 0.51, 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 #DADCF3 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 220 | 243 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.05 |
| HSL | 235.2º | 0.51% | 0.9% | - |
| HSV(B) | 235.2º | 0.1% | 0.95% | - |
| XYZ | 70.68 | 72.56 | 95.07 | - |
| YUV | 222.02 | 139.84 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 243 | 0.10 | 0.09 | 0 | 0.05 | 235.2 | 0.51 | 0.9 |
| Hex | DA | DC | F3 | A | 9 | 0 | 5 | EB | 33 | 5A |
| Octal | 332 | 334 | 363 | 12 | 11 | 0 | 5 | 353 | 63 | 132 |
| Binary | 11011010 | 11011100 | 11110011 | 1010 | 1001 | 0 | 101 | 11101011 | 110011 | 1011010 |
Color Harmonies of #DADCF3
Complementary color
Monochromatic Colors of #DADCF3
Black with #DADCF3
Text Example
Text Example
White with #DADCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADCF3; }
p { color: rgb(218,220,243); }
H1.HeaderClassName
{
color: #DADCF3;
}
.AnyTagClassName
{
color: #DADCF3;
}
</style>
background-color css
<style>
a { background-color: #DADCF3; }
a { background-color: rgb(218,220,243); }
div.DivClassName
{
background-color: #DADCF3;
}
.BgClassName
{
background-color: #DADCF3;
}
</style>
border-color css
<style>
span { border-color: #DADCF3; }
span { border-color: rgb(218,220,243); }
td.TdClassName
{
border-color: #DADCF3;
}
.TagClassName
{
border-color: #DADCF3;
}
</style>