Shades of Quartz #DADCFD
Tints of Quartz #DADCFD
RGB
CMYK
RGB Variations
Color information
#DADCFD (or 0xDADCFD) is known color: Quartz. HEX triplet: DA, DC and FD. RGB value is (218,220,253). Sum of RGB (Red+Green+Blue) = 218+220+253=691 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.55% from 691); Green value is 220 (86.33% from 255 or 31.84% from 691); Blue value is 253 (99.22% from 255 or 36.61% from 691); Max value from RGB is 253 - color contains mainly: blue. Hex color #DADCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADCFD is #252302. Grayscale: #DFDFDF. Windows color (decimal): -2433795 or 16637146. OLE color: 16637146.
HSL color Cylindrical-coordinate representation of color #DADCFD: hue angle of 236.57º 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 #DADCFD is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 220 | 253 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.01 |
| HSL | 236.57º | 0.9% | 0.92% | - |
| HSV(B) | 236.57º | 0.14% | 0.99% | - |
| XYZ | 72.24 | 73.18 | 103.25 | - |
| YUV | 223.16 | 144.84 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 253 | 0.14 | 0.13 | 0 | 0.01 | 236.57 | 0.9 | 0.92 |
| Hex | DA | DC | FD | E | D | 0 | 1 | ED | 5A | 5C |
| Octal | 332 | 334 | 375 | 16 | 15 | 0 | 1 | 355 | 132 | 134 |
| Binary | 11011010 | 11011100 | 11111101 | 1110 | 1101 | 0 | 1 | 11101101 | 1011010 | 1011100 |
Color Harmonies of #DADCFD
Complementary color
Monochromatic Colors of #DADCFD
Black with #DADCFD
Text Example
Text Example
White with #DADCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADCFD; }
p { color: rgb(218,220,253); }
H1.HeaderClassName
{
color: #DADCFD;
}
.AnyTagClassName
{
color: #DADCFD;
}
</style>
background-color css
<style>
a { background-color: #DADCFD; }
a { background-color: rgb(218,220,253); }
div.DivClassName
{
background-color: #DADCFD;
}
.BgClassName
{
background-color: #DADCFD;
}
</style>
border-color css
<style>
span { border-color: #DADCFD; }
span { border-color: rgb(218,220,253); }
td.TdClassName
{
border-color: #DADCFD;
}
.TagClassName
{
border-color: #DADCFD;
}
</style>