Shades of Quartz #DADDF7
Tints of Quartz #DADDF7
RGB
CMYK
RGB Variations
Color information
#DADDF7 (or 0xDADDF7) is known color: Quartz. HEX triplet: DA, DD and F7. RGB value is (218,221,247). Sum of RGB (Red+Green+Blue) = 218+221+247=686 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.78% from 686); Green value is 221 (86.72% from 255 or 32.22% from 686); Blue value is 247 (96.88% from 255 or 36.01% from 686); Max value from RGB is 247 - color contains mainly: blue. Hex color #DADDF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADDF7 is #252208. Grayscale: #DEDEDE. Windows color (decimal): -2433545 or 16244186. OLE color: 16244186.
HSL color Cylindrical-coordinate representation of color #DADDF7: hue angle of 233.79º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DADDF7 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 218 | 221 | 247 | - |
CMYK | 0.12 | 0.11 | 0 | 0.03 |
HSL | 233.79º | 0.64% | 0.91% | - |
HSV(B) | 233.79º | 0.12% | 0.97% | - |
XYZ | 71.56 | 73.33 | 98.38 | - |
YUV | 223.07 | 141.51 | 124.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 221 | 247 | 0.12 | 0.11 | 0 | 0.03 | 233.79 | 0.64 | 0.91 |
Hex | DA | DD | F7 | C | B | 0 | 3 | EA | 40 | 5B |
Octal | 332 | 335 | 367 | 14 | 13 | 0 | 3 | 352 | 100 | 133 |
Binary | 11011010 | 11011101 | 11110111 | 1100 | 1011 | 0 | 11 | 11101010 | 1000000 | 1011011 |
Color Harmonies of #DADDF7
Complementary color
Monochromatic Colors of #DADDF7
Black with #DADDF7
Text Example
Text Example
White with #DADDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADDF7; }
p { color: rgb(218,221,247); }
H1.HeaderClassName
{
color: #DADDF7;
}
.AnyTagClassName
{
color: #DADDF7;
}
</style>
background-color css
<style>
a { background-color: #DADDF7; }
a { background-color: rgb(218,221,247); }
div.DivClassName
{
background-color: #DADDF7;
}
.BgClassName
{
background-color: #DADDF7;
}
</style>
border-color css
<style>
span { border-color: #DADDF7; }
span { border-color: rgb(218,221,247); }
td.TdClassName
{
border-color: #DADDF7;
}
.TagClassName
{
border-color: #DADDF7;
}
</style>