Shades of Quartz #DAD3F0
Tints of Quartz #DAD3F0
RGB
CMYK
RGB Variations
Color information
#DAD3F0 (or 0xDAD3F0) is known color: Quartz. HEX triplet: DA, D3 and F0. RGB value is (218,211,240). Sum of RGB (Red+Green+Blue) = 218+211+240=669 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.59% from 669); Green value is 211 (82.81% from 255 or 31.54% from 669); Blue value is 240 (94.14% from 255 or 35.87% from 669); Max value from RGB is 240 - color contains mainly: blue. Hex color #DAD3F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD3F0 is #252C0F. Grayscale: #D8D8D8. Windows color (decimal): -2436112 or 15782874. OLE color: 15782874.
HSL color Cylindrical-coordinate representation of color #DAD3F0: hue angle of 254.48º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAD3F0 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 218 | 211 | 240 | - |
CMYK | 0.09 | 0.12 | 0 | 0.06 |
HSL | 254.48º | 0.49% | 0.88% | - |
HSV(B) | 254.48º | 0.12% | 0.94% | - |
XYZ | 67.94 | 67.79 | 91.94 | - |
YUV | 216.4 | 141.32 | 129.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 211 | 240 | 0.09 | 0.12 | 0 | 0.06 | 254.48 | 0.49 | 0.88 |
Hex | DA | D3 | F0 | 9 | C | 0 | 6 | FE | 31 | 58 |
Octal | 332 | 323 | 360 | 11 | 14 | 0 | 6 | 376 | 61 | 130 |
Binary | 11011010 | 11010011 | 11110000 | 1001 | 1100 | 0 | 110 | 11111110 | 110001 | 1011000 |
Color Harmonies of #DAD3F0
Complementary color
Monochromatic Colors of #DAD3F0
Black with #DAD3F0
Text Example
Text Example
White with #DAD3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD3F0; }
p { color: rgb(218,211,240); }
H1.HeaderClassName
{
color: #DAD3F0;
}
.AnyTagClassName
{
color: #DAD3F0;
}
</style>
background-color css
<style>
a { background-color: #DAD3F0; }
a { background-color: rgb(218,211,240); }
div.DivClassName
{
background-color: #DAD3F0;
}
.BgClassName
{
background-color: #DAD3F0;
}
</style>
border-color css
<style>
span { border-color: #DAD3F0; }
span { border-color: rgb(218,211,240); }
td.TdClassName
{
border-color: #DAD3F0;
}
.TagClassName
{
border-color: #DAD3F0;
}
</style>