Shades of Quartz #DADDF3
Tints of Quartz #DADDF3
RGB
CMYK
RGB Variations
Color information
#DADDF3 (or 0xDADDF3) is known color: Quartz. HEX triplet: DA, DD and F3. RGB value is (218,221,243). Sum of RGB (Red+Green+Blue) = 218+221+243=682 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.96% from 682); Green value is 221 (86.72% from 255 or 32.40% from 682); Blue value is 243 (95.31% from 255 or 35.63% from 682); Max value from RGB is 243 - color contains mainly: blue. Hex color #DADDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADDF3 is #25220C. Grayscale: #DEDEDE. Windows color (decimal): -2433549 or 15982042. OLE color: 15982042.
HSL color Cylindrical-coordinate representation of color #DADDF3: hue angle of 232.8º degrees, saturation: 0.51, 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 #DADDF3 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 218 | 221 | 243 | - |
CMYK | 0.10 | 0.09 | 0 | 0.05 |
HSL | 232.8º | 0.51% | 0.9% | - |
HSV(B) | 232.8º | 0.1% | 0.95% | - |
XYZ | 70.95 | 73.09 | 95.16 | - |
YUV | 222.61 | 139.51 | 124.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 221 | 243 | 0.10 | 0.09 | 0 | 0.05 | 232.8 | 0.51 | 0.9 |
Hex | DA | DD | F3 | A | 9 | 0 | 5 | E9 | 33 | 5A |
Octal | 332 | 335 | 363 | 12 | 11 | 0 | 5 | 351 | 63 | 132 |
Binary | 11011010 | 11011101 | 11110011 | 1010 | 1001 | 0 | 101 | 11101001 | 110011 | 1011010 |
Color Harmonies of #DADDF3
Complementary color
Monochromatic Colors of #DADDF3
Black with #DADDF3
Text Example
Text Example
White with #DADDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADDF3; }
p { color: rgb(218,221,243); }
H1.HeaderClassName
{
color: #DADDF3;
}
.AnyTagClassName
{
color: #DADDF3;
}
</style>
background-color css
<style>
a { background-color: #DADDF3; }
a { background-color: rgb(218,221,243); }
div.DivClassName
{
background-color: #DADDF3;
}
.BgClassName
{
background-color: #DADDF3;
}
</style>
border-color css
<style>
span { border-color: #DADDF3; }
span { border-color: rgb(218,221,243); }
td.TdClassName
{
border-color: #DADDF3;
}
.TagClassName
{
border-color: #DADDF3;
}
</style>