Shades of Quartz #DADDF0
Tints of Quartz #DADDF0
RGB
CMYK
RGB Variations
Color information
#DADDF0 (or 0xDADDF0) is known color: Quartz. HEX triplet: DA, DD and F0. RGB value is (218,221,240). Sum of RGB (Red+Green+Blue) = 218+221+240=679 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.11% from 679); Green value is 221 (86.72% from 255 or 32.55% from 679); Blue value is 240 (94.14% from 255 or 35.35% from 679); Max value from RGB is 240 - color contains mainly: blue. Hex color #DADDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADDF0 is #25220F. Grayscale: #DEDEDE. Windows color (decimal): -2433552 or 15785434. OLE color: 15785434.
HSL color Cylindrical-coordinate representation of color #DADDF0: hue angle of 231.82º degrees, saturation: 0.42, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DADDF0 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 218 | 221 | 240 | - |
CMYK | 0.09 | 0.08 | 0 | 0.06 |
HSL | 231.82º | 0.42% | 0.9% | - |
HSV(B) | 231.82º | 0.09% | 0.94% | - |
XYZ | 70.5 | 72.91 | 92.8 | - |
YUV | 222.27 | 138.01 | 124.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 221 | 240 | 0.09 | 0.08 | 0 | 0.06 | 231.82 | 0.42 | 0.9 |
Hex | DA | DD | F0 | 9 | 8 | 0 | 6 | E8 | 2A | 5A |
Octal | 332 | 335 | 360 | 11 | 10 | 0 | 6 | 350 | 52 | 132 |
Binary | 11011010 | 11011101 | 11110000 | 1001 | 1000 | 0 | 110 | 11101000 | 101010 | 1011010 |
Color Harmonies of #DADDF0
Complementary color
Monochromatic Colors of #DADDF0
Black with #DADDF0
Text Example
Text Example
White with #DADDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADDF0; }
p { color: rgb(218,221,240); }
H1.HeaderClassName
{
color: #DADDF0;
}
.AnyTagClassName
{
color: #DADDF0;
}
</style>
background-color css
<style>
a { background-color: #DADDF0; }
a { background-color: rgb(218,221,240); }
div.DivClassName
{
background-color: #DADDF0;
}
.BgClassName
{
background-color: #DADDF0;
}
</style>
border-color css
<style>
span { border-color: #DADDF0; }
span { border-color: rgb(218,221,240); }
td.TdClassName
{
border-color: #DADDF0;
}
.TagClassName
{
border-color: #DADDF0;
}
</style>