Shades of Quartz #DADDF1
Tints of Quartz #DADDF1
RGB
CMYK
RGB Variations
Color information
#DADDF1 (or 0xDADDF1) is known color: Quartz. HEX triplet: DA, DD and F1. RGB value is (218,221,241). Sum of RGB (Red+Green+Blue) = 218+221+241=680 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.06% from 680); Green value is 221 (86.72% from 255 or 32.5% from 680); Blue value is 241 (94.53% from 255 or 35.44% from 680); Max value from RGB is 241 - color contains mainly: blue. Hex color #DADDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADDF1 is #25220E. Grayscale: #DEDEDE. Windows color (decimal): -2433551 or 15850970. OLE color: 15850970.
HSL color Cylindrical-coordinate representation of color #DADDF1: hue angle of 232.17º degrees, saturation: 0.45, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DADDF1 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 218 | 221 | 241 | - |
CMYK | 0.10 | 0.08 | 0 | 0.05 |
HSL | 232.17º | 0.45% | 0.9% | - |
HSV(B) | 232.17º | 0.1% | 0.95% | - |
XYZ | 70.65 | 72.97 | 93.58 | - |
YUV | 222.38 | 138.51 | 124.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 221 | 241 | 0.10 | 0.08 | 0 | 0.05 | 232.17 | 0.45 | 0.9 |
Hex | DA | DD | F1 | A | 8 | 0 | 5 | E8 | 2D | 5A |
Octal | 332 | 335 | 361 | 12 | 10 | 0 | 5 | 350 | 55 | 132 |
Binary | 11011010 | 11011101 | 11110001 | 1010 | 1000 | 0 | 101 | 11101000 | 101101 | 1011010 |
Color Harmonies of #DADDF1
Complementary color
Monochromatic Colors of #DADDF1
Black with #DADDF1
Text Example
Text Example
White with #DADDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADDF1; }
p { color: rgb(218,221,241); }
H1.HeaderClassName
{
color: #DADDF1;
}
.AnyTagClassName
{
color: #DADDF1;
}
</style>
background-color css
<style>
a { background-color: #DADDF1; }
a { background-color: rgb(218,221,241); }
div.DivClassName
{
background-color: #DADDF1;
}
.BgClassName
{
background-color: #DADDF1;
}
</style>
border-color css
<style>
span { border-color: #DADDF1; }
span { border-color: rgb(218,221,241); }
td.TdClassName
{
border-color: #DADDF1;
}
.TagClassName
{
border-color: #DADDF1;
}
</style>