Shades of Quartz #DADDFB
Tints of Quartz #DADDFB
RGB
CMYK
RGB Variations
Color information
#DADDFB (or 0xDADDFB) is known color: Quartz. HEX triplet: DA, DD and FB. RGB value is (218,221,251). Sum of RGB (Red+Green+Blue) = 218+221+251=690 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.59% from 690); Green value is 221 (86.72% from 255 or 32.03% from 690); Blue value is 251 (98.44% from 255 or 36.38% from 690); Max value from RGB is 251 - color contains mainly: blue. Hex color #DADDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADDFB is #252204. Grayscale: #DFDFDF. Windows color (decimal): -2433541 or 16506330. OLE color: 16506330.
HSL color Cylindrical-coordinate representation of color #DADDFB: hue angle of 234.55º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DADDFB is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 218 | 221 | 251 | - |
CMYK | 0.13 | 0.12 | 0 | 0.02 |
HSL | 234.55º | 0.8% | 0.92% | - |
HSV(B) | 234.55º | 0.13% | 0.98% | - |
XYZ | 72.18 | 73.58 | 101.67 | - |
YUV | 223.52 | 143.51 | 124.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 221 | 251 | 0.13 | 0.12 | 0 | 0.02 | 234.55 | 0.8 | 0.92 |
Hex | DA | DD | FB | D | C | 0 | 2 | EB | 50 | 5C |
Octal | 332 | 335 | 373 | 15 | 14 | 0 | 2 | 353 | 120 | 134 |
Binary | 11011010 | 11011101 | 11111011 | 1101 | 1100 | 0 | 10 | 11101011 | 1010000 | 1011100 |
Color Harmonies of #DADDFB
Complementary color
Monochromatic Colors of #DADDFB
Black with #DADDFB
Text Example
Text Example
White with #DADDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADDFB; }
p { color: rgb(218,221,251); }
H1.HeaderClassName
{
color: #DADDFB;
}
.AnyTagClassName
{
color: #DADDFB;
}
</style>
background-color css
<style>
a { background-color: #DADDFB; }
a { background-color: rgb(218,221,251); }
div.DivClassName
{
background-color: #DADDFB;
}
.BgClassName
{
background-color: #DADDFB;
}
</style>
border-color css
<style>
span { border-color: #DADDFB; }
span { border-color: rgb(218,221,251); }
td.TdClassName
{
border-color: #DADDFB;
}
.TagClassName
{
border-color: #DADDFB;
}
</style>