Shades of Quartz #DADDFD
Tints of Quartz #DADDFD
RGB
CMYK
RGB Variations
Color information
#DADDFD (or 0xDADDFD) is known color: Quartz. HEX triplet: DA, DD and FD. RGB value is (218,221,253). Sum of RGB (Red+Green+Blue) = 218+221+253=692 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.50% from 692); Green value is 221 (86.72% from 255 or 31.94% from 692); Blue value is 253 (99.22% from 255 or 36.56% from 692); Max value from RGB is 253 - color contains mainly: blue. Hex color #DADDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADDFD is #252202. Grayscale: #DFDFDF. Windows color (decimal): -2433539 or 16637402. OLE color: 16637402.
HSL color Cylindrical-coordinate representation of color #DADDFD: hue angle of 234.86º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DADDFD is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 221 | 253 | - |
CMYK | 0.14 | 0.13 | 0 | 0.01 |
HSL | 234.86º | 0.9% | 0.92% | - |
HSV(B) | 234.86º | 0.14% | 0.99% | - |
XYZ | 72.5 | 73.71 | 103.33 | - |
YUV | 223.75 | 144.51 | 123.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 221 | 253 | 0.14 | 0.13 | 0 | 0.01 | 234.86 | 0.9 | 0.92 |
Hex | DA | DD | FD | E | D | 0 | 1 | EB | 5A | 5C |
Octal | 332 | 335 | 375 | 16 | 15 | 0 | 1 | 353 | 132 | 134 |
Binary | 11011010 | 11011101 | 11111101 | 1110 | 1101 | 0 | 1 | 11101011 | 1011010 | 1011100 |
Color Harmonies of #DADDFD
Complementary color
Monochromatic Colors of #DADDFD
Black with #DADDFD
Text Example
Text Example
White with #DADDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADDFD; }
p { color: rgb(218,221,253); }
H1.HeaderClassName
{
color: #DADDFD;
}
.AnyTagClassName
{
color: #DADDFD;
}
</style>
background-color css
<style>
a { background-color: #DADDFD; }
a { background-color: rgb(218,221,253); }
div.DivClassName
{
background-color: #DADDFD;
}
.BgClassName
{
background-color: #DADDFD;
}
</style>
border-color css
<style>
span { border-color: #DADDFD; }
span { border-color: rgb(218,221,253); }
td.TdClassName
{
border-color: #DADDFD;
}
.TagClassName
{
border-color: #DADDFD;
}
</style>