Shades of Quartz #DADBFD
Tints of Quartz #DADBFD
RGB
CMYK
RGB Variations
Color information
#DADBFD (or 0xDADBFD) is known color: Quartz. HEX triplet: DA, DB and FD. RGB value is (218,219,253). Sum of RGB (Red+Green+Blue) = 218+219+253=690 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.59% from 690); Green value is 219 (85.94% from 255 or 31.74% from 690); Blue value is 253 (99.22% from 255 or 36.67% from 690); Max value from RGB is 253 - color contains mainly: blue. Hex color #DADBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADBFD is #252402. Grayscale: #DEDEDE. Windows color (decimal): -2434051 or 16636890. OLE color: 16636890.
HSL color Cylindrical-coordinate representation of color #DADBFD: hue angle of 238.29º 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 #DADBFD is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 219 | 253 | - |
CMYK | 0.14 | 0.13 | 0 | 0.01 |
HSL | 238.29º | 0.9% | 0.92% | - |
HSV(B) | 238.29º | 0.14% | 0.99% | - |
XYZ | 71.97 | 72.66 | 103.16 | - |
YUV | 222.58 | 145.17 | 124.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 219 | 253 | 0.14 | 0.13 | 0 | 0.01 | 238.29 | 0.9 | 0.92 |
Hex | DA | DB | FD | E | D | 0 | 1 | EE | 5A | 5C |
Octal | 332 | 333 | 375 | 16 | 15 | 0 | 1 | 356 | 132 | 134 |
Binary | 11011010 | 11011011 | 11111101 | 1110 | 1101 | 0 | 1 | 11101110 | 1011010 | 1011100 |
Color Harmonies of #DADBFD
Complementary color
Monochromatic Colors of #DADBFD
Black with #DADBFD
Text Example
Text Example
White with #DADBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADBFD; }
p { color: rgb(218,219,253); }
H1.HeaderClassName
{
color: #DADBFD;
}
.AnyTagClassName
{
color: #DADBFD;
}
</style>
background-color css
<style>
a { background-color: #DADBFD; }
a { background-color: rgb(218,219,253); }
div.DivClassName
{
background-color: #DADBFD;
}
.BgClassName
{
background-color: #DADBFD;
}
</style>
border-color css
<style>
span { border-color: #DADBFD; }
span { border-color: rgb(218,219,253); }
td.TdClassName
{
border-color: #DADBFD;
}
.TagClassName
{
border-color: #DADBFD;
}
</style>