Shades of Quartz #DADDF4
Tints of Quartz #DADDF4
RGB
CMYK
RGB Variations
Color information
#DADDF4 (or 0xDADDF4) is known color: Quartz. HEX triplet: DA, DD and F4. RGB value is (218,221,244). Sum of RGB (Red+Green+Blue) = 218+221+244=683 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.92% from 683); Green value is 221 (86.72% from 255 or 32.36% from 683); Blue value is 244 (95.70% from 255 or 35.72% from 683); Max value from RGB is 244 - color contains mainly: blue. Hex color #DADDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADDF4 is #25220B. Grayscale: #DEDEDE. Windows color (decimal): -2433548 or 16047578. OLE color: 16047578.
HSL color Cylindrical-coordinate representation of color #DADDF4: hue angle of 233.08º degrees, saturation: 0.54, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DADDF4 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 218 | 221 | 244 | - |
CMYK | 0.11 | 0.09 | 0 | 0.04 |
HSL | 233.08º | 0.54% | 0.91% | - |
HSV(B) | 233.08º | 0.11% | 0.96% | - |
XYZ | 71.1 | 73.15 | 95.96 | - |
YUV | 222.73 | 140.01 | 124.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 221 | 244 | 0.11 | 0.09 | 0 | 0.04 | 233.08 | 0.54 | 0.91 |
Hex | DA | DD | F4 | B | 9 | 0 | 4 | E9 | 36 | 5B |
Octal | 332 | 335 | 364 | 13 | 11 | 0 | 4 | 351 | 66 | 133 |
Binary | 11011010 | 11011101 | 11110100 | 1011 | 1001 | 0 | 100 | 11101001 | 110110 | 1011011 |
Color Harmonies of #DADDF4
Complementary color
Monochromatic Colors of #DADDF4
Black with #DADDF4
Text Example
Text Example
White with #DADDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADDF4; }
p { color: rgb(218,221,244); }
H1.HeaderClassName
{
color: #DADDF4;
}
.AnyTagClassName
{
color: #DADDF4;
}
</style>
background-color css
<style>
a { background-color: #DADDF4; }
a { background-color: rgb(218,221,244); }
div.DivClassName
{
background-color: #DADDF4;
}
.BgClassName
{
background-color: #DADDF4;
}
</style>
border-color css
<style>
span { border-color: #DADDF4; }
span { border-color: rgb(218,221,244); }
td.TdClassName
{
border-color: #DADDF4;
}
.TagClassName
{
border-color: #DADDF4;
}
</style>