Shades of Quartz #DADFFC
Tints of Quartz #DADFFC
RGB
CMYK
RGB Variations
Color information
#DADFFC (or 0xDADFFC) is known color: Quartz. HEX triplet: DA, DF and FC. RGB value is (218,223,252). Sum of RGB (Red+Green+Blue) = 218+223+252=693 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.46% from 693); Green value is 223 (87.5% from 255 or 32.18% from 693); Blue value is 252 (98.83% from 255 or 36.36% from 693); Max value from RGB is 252 - color contains mainly: blue. Hex color #DADFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADFFC is #252003. Grayscale: #E0E0E0. Windows color (decimal): -2433028 or 16572378. OLE color: 16572378.
HSL color Cylindrical-coordinate representation of color #DADFFC: hue angle of 231.18º 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 #DADFFC is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 223 | 252 | - |
CMYK | 0.13 | 0.12 | 0 | 0.01 |
HSL | 231.18º | 0.85% | 0.92% | - |
HSV(B) | 231.18º | 0.13% | 0.99% | - |
XYZ | 72.87 | 74.71 | 102.68 | - |
YUV | 224.81 | 143.34 | 123.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 223 | 252 | 0.13 | 0.12 | 0 | 0.01 | 231.18 | 0.85 | 0.92 |
Hex | DA | DF | FC | D | C | 0 | 1 | E7 | 55 | 5C |
Octal | 332 | 337 | 374 | 15 | 14 | 0 | 1 | 347 | 125 | 134 |
Binary | 11011010 | 11011111 | 11111100 | 1101 | 1100 | 0 | 1 | 11100111 | 1010101 | 1011100 |
Color Harmonies of #DADFFC
Complementary color
Monochromatic Colors of #DADFFC
Black with #DADFFC
Text Example
Text Example
White with #DADFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADFFC; }
p { color: rgb(218,223,252); }
H1.HeaderClassName
{
color: #DADFFC;
}
.AnyTagClassName
{
color: #DADFFC;
}
</style>
background-color css
<style>
a { background-color: #DADFFC; }
a { background-color: rgb(218,223,252); }
div.DivClassName
{
background-color: #DADFFC;
}
.BgClassName
{
background-color: #DADFFC;
}
</style>
border-color css
<style>
span { border-color: #DADFFC; }
span { border-color: rgb(218,223,252); }
td.TdClassName
{
border-color: #DADFFC;
}
.TagClassName
{
border-color: #DADFFC;
}
</style>