Shades of Quartz #DAD4FC
Tints of Quartz #DAD4FC
RGB
CMYK
RGB Variations
Color information
#DAD4FC (or 0xDAD4FC) is known color: Quartz. HEX triplet: DA, D4 and FC. RGB value is (218,212,252). Sum of RGB (Red+Green+Blue) = 218+212+252=682 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.96% from 682); Green value is 212 (83.20% from 255 or 31.09% from 682); Blue value is 252 (98.83% from 255 or 36.95% from 682); Max value from RGB is 252 - color contains mainly: blue. Hex color #DAD4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD4FC is #252B03. Grayscale: #DADADA. Windows color (decimal): -2435844 or 16569562. OLE color: 16569562.
HSL color Cylindrical-coordinate representation of color #DAD4FC: hue angle of 249º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAD4FC is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 212 | 252 | - |
CMYK | 0.13 | 0.16 | 0 | 0.01 |
HSL | 249º | 0.87% | 0.91% | - |
HSV(B) | 249º | 0.16% | 0.99% | - |
XYZ | 70.03 | 69.02 | 101.73 | - |
YUV | 218.35 | 146.99 | 127.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 212 | 252 | 0.13 | 0.16 | 0 | 0.01 | 249 | 0.87 | 0.91 |
Hex | DA | D4 | FC | D | 10 | 0 | 1 | F9 | 57 | 5B |
Octal | 332 | 324 | 374 | 15 | 20 | 0 | 1 | 371 | 127 | 133 |
Binary | 11011010 | 11010100 | 11111100 | 1101 | 10000 | 0 | 1 | 11111001 | 1010111 | 1011011 |
Color Harmonies of #DAD4FC
Complementary color
Monochromatic Colors of #DAD4FC
Black with #DAD4FC
Text Example
Text Example
White with #DAD4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD4FC; }
p { color: rgb(218,212,252); }
H1.HeaderClassName
{
color: #DAD4FC;
}
.AnyTagClassName
{
color: #DAD4FC;
}
</style>
background-color css
<style>
a { background-color: #DAD4FC; }
a { background-color: rgb(218,212,252); }
div.DivClassName
{
background-color: #DAD4FC;
}
.BgClassName
{
background-color: #DAD4FC;
}
</style>
border-color css
<style>
span { border-color: #DAD4FC; }
span { border-color: rgb(218,212,252); }
td.TdClassName
{
border-color: #DAD4FC;
}
.TagClassName
{
border-color: #DAD4FC;
}
</style>