Shades of Quartz #DACFFD
Tints of Quartz #DACFFD
RGB
CMYK
RGB Variations
Color information
#DACFFD (or 0xDACFFD) is known color: Quartz. HEX triplet: DA, CF and FD. RGB value is (218,207,253). Sum of RGB (Red+Green+Blue) = 218+207+253=678 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.15% from 678); Green value is 207 (81.25% from 255 or 30.53% from 678); Blue value is 253 (99.22% from 255 or 37.32% from 678); Max value from RGB is 253 - color contains mainly: blue. Hex color #DACFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACFFD is #253002. Grayscale: #D7D7D7. Windows color (decimal): -2437123 or 16633818. OLE color: 16633818.
HSL color Cylindrical-coordinate representation of color #DACFFD: hue angle of 254.35º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DACFFD is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 207 | 253 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.01 |
| HSL | 254.35º | 0.92% | 0.9% | - |
| HSV(B) | 254.35º | 0.18% | 0.99% | - |
| XYZ | 68.96 | 66.62 | 102.15 | - |
| YUV | 215.53 | 149.14 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 207 | 253 | 0.14 | 0.18 | 0 | 0.01 | 254.35 | 0.92 | 0.9 |
| Hex | DA | CF | FD | E | 12 | 0 | 1 | FE | 5C | 5A |
| Octal | 332 | 317 | 375 | 16 | 22 | 0 | 1 | 376 | 134 | 132 |
| Binary | 11011010 | 11001111 | 11111101 | 1110 | 10010 | 0 | 1 | 11111110 | 1011100 | 1011010 |
Color Harmonies of #DACFFD
Complementary color
Monochromatic Colors of #DACFFD
Black with #DACFFD
Text Example
Text Example
White with #DACFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACFFD; }
p { color: rgb(218,207,253); }
H1.HeaderClassName
{
color: #DACFFD;
}
.AnyTagClassName
{
color: #DACFFD;
}
</style>
background-color css
<style>
a { background-color: #DACFFD; }
a { background-color: rgb(218,207,253); }
div.DivClassName
{
background-color: #DACFFD;
}
.BgClassName
{
background-color: #DACFFD;
}
</style>
border-color css
<style>
span { border-color: #DACFFD; }
span { border-color: rgb(218,207,253); }
td.TdClassName
{
border-color: #DACFFD;
}
.TagClassName
{
border-color: #DACFFD;
}
</style>