Shades of Quartz #DADCF8
Tints of Quartz #DADCF8
RGB
CMYK
RGB Variations
Color information
#DADCF8 (or 0xDADCF8) is known color: Quartz. HEX triplet: DA, DC and F8. RGB value is (218,220,248). Sum of RGB (Red+Green+Blue) = 218+220+248=686 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.78% from 686); Green value is 220 (86.33% from 255 or 32.07% from 686); Blue value is 248 (97.27% from 255 or 36.15% from 686); Max value from RGB is 248 - color contains mainly: blue. Hex color #DADCF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADCF8 is #252307. Grayscale: #DEDEDE. Windows color (decimal): -2433800 or 16309466. OLE color: 16309466.
HSL color Cylindrical-coordinate representation of color #DADCF8: hue angle of 236º degrees, saturation: 0.68, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DADCF8 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 220 | 248 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.03 |
| HSL | 236º | 0.68% | 0.91% | - |
| HSV(B) | 236º | 0.12% | 0.97% | - |
| XYZ | 71.45 | 72.87 | 99.11 | - |
| YUV | 222.59 | 142.34 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 248 | 0.12 | 0.11 | 0 | 0.03 | 236 | 0.68 | 0.91 |
| Hex | DA | DC | F8 | C | B | 0 | 3 | EC | 44 | 5B |
| Octal | 332 | 334 | 370 | 14 | 13 | 0 | 3 | 354 | 104 | 133 |
| Binary | 11011010 | 11011100 | 11111000 | 1100 | 1011 | 0 | 11 | 11101100 | 1000100 | 1011011 |
Color Harmonies of #DADCF8
Complementary color
Monochromatic Colors of #DADCF8
Black with #DADCF8
Text Example
Text Example
White with #DADCF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADCF8; }
p { color: rgb(218,220,248); }
H1.HeaderClassName
{
color: #DADCF8;
}
.AnyTagClassName
{
color: #DADCF8;
}
</style>
background-color css
<style>
a { background-color: #DADCF8; }
a { background-color: rgb(218,220,248); }
div.DivClassName
{
background-color: #DADCF8;
}
.BgClassName
{
background-color: #DADCF8;
}
</style>
border-color css
<style>
span { border-color: #DADCF8; }
span { border-color: rgb(218,220,248); }
td.TdClassName
{
border-color: #DADCF8;
}
.TagClassName
{
border-color: #DADCF8;
}
</style>