Shades of Quartz #DADDFC
Tints of Quartz #DADDFC
RGB
CMYK
RGB Variations
Color information
#DADDFC (or 0xDADDFC) is known color: Quartz. HEX triplet: DA, DD and FC. RGB value is (218,221,252). Sum of RGB (Red+Green+Blue) = 218+221+252=691 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.55% from 691); Green value is 221 (86.72% from 255 or 31.98% from 691); Blue value is 252 (98.83% from 255 or 36.47% from 691); Max value from RGB is 252 - color contains mainly: blue. Hex color #DADDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADDFC is #252203. Grayscale: #DFDFDF. Windows color (decimal): -2433540 or 16571866. OLE color: 16571866.
HSL color Cylindrical-coordinate representation of color #DADDFC: hue angle of 234.71º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DADDFC is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 221 | 252 | - |
| CMYK | 0.13 | 0.12 | 0 | 0.01 |
| HSL | 234.71º | 0.85% | 0.92% | - |
| HSV(B) | 234.71º | 0.13% | 0.99% | - |
| XYZ | 72.34 | 73.65 | 102.5 | - |
| YUV | 223.64 | 144.01 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 252 | 0.13 | 0.12 | 0 | 0.01 | 234.71 | 0.85 | 0.92 |
| Hex | DA | DD | FC | D | C | 0 | 1 | EB | 55 | 5C |
| Octal | 332 | 335 | 374 | 15 | 14 | 0 | 1 | 353 | 125 | 134 |
| Binary | 11011010 | 11011101 | 11111100 | 1101 | 1100 | 0 | 1 | 11101011 | 1010101 | 1011100 |
Color Harmonies of #DADDFC
Complementary color
Monochromatic Colors of #DADDFC
Black with #DADDFC
Text Example
Text Example
White with #DADDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADDFC; }
p { color: rgb(218,221,252); }
H1.HeaderClassName
{
color: #DADDFC;
}
.AnyTagClassName
{
color: #DADDFC;
}
</style>
background-color css
<style>
a { background-color: #DADDFC; }
a { background-color: rgb(218,221,252); }
div.DivClassName
{
background-color: #DADDFC;
}
.BgClassName
{
background-color: #DADDFC;
}
</style>
border-color css
<style>
span { border-color: #DADDFC; }
span { border-color: rgb(218,221,252); }
td.TdClassName
{
border-color: #DADDFC;
}
.TagClassName
{
border-color: #DADDFC;
}
</style>