Shades of Quartz #DADDF2
Tints of Quartz #DADDF2
RGB
CMYK
RGB Variations
Color information
#DADDF2 (or 0xDADDF2) is known color: Quartz. HEX triplet: DA, DD and F2. RGB value is (218,221,242). Sum of RGB (Red+Green+Blue) = 218+221+242=681 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.01% from 681); Green value is 221 (86.72% from 255 or 32.45% from 681); Blue value is 242 (94.92% from 255 or 35.54% from 681); Max value from RGB is 242 - color contains mainly: blue. Hex color #DADDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADDF2 is #25220D. Grayscale: #DEDEDE. Windows color (decimal): -2433550 or 15916506. OLE color: 15916506.
HSL color Cylindrical-coordinate representation of color #DADDF2: hue angle of 232.5º degrees, saturation: 0.48, 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 #DADDF2 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 218 | 221 | 242 | - |
CMYK | 0.10 | 0.09 | 0 | 0.05 |
HSL | 232.5º | 0.48% | 0.9% | - |
HSV(B) | 232.5º | 0.1% | 0.95% | - |
XYZ | 70.8 | 73.03 | 94.37 | - |
YUV | 222.5 | 139.01 | 124.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 221 | 242 | 0.10 | 0.09 | 0 | 0.05 | 232.5 | 0.48 | 0.9 |
Hex | DA | DD | F2 | A | 9 | 0 | 5 | E8 | 30 | 5A |
Octal | 332 | 335 | 362 | 12 | 11 | 0 | 5 | 350 | 60 | 132 |
Binary | 11011010 | 11011101 | 11110010 | 1010 | 1001 | 0 | 101 | 11101000 | 110000 | 1011010 |
Color Harmonies of #DADDF2
Complementary color
Monochromatic Colors of #DADDF2
Black with #DADDF2
Text Example
Text Example
White with #DADDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADDF2; }
p { color: rgb(218,221,242); }
H1.HeaderClassName
{
color: #DADDF2;
}
.AnyTagClassName
{
color: #DADDF2;
}
</style>
background-color css
<style>
a { background-color: #DADDF2; }
a { background-color: rgb(218,221,242); }
div.DivClassName
{
background-color: #DADDF2;
}
.BgClassName
{
background-color: #DADDF2;
}
</style>
border-color css
<style>
span { border-color: #DADDF2; }
span { border-color: rgb(218,221,242); }
td.TdClassName
{
border-color: #DADDF2;
}
.TagClassName
{
border-color: #DADDF2;
}
</style>