Shades of Quartz #DADAFD
Tints of Quartz #DADAFD
RGB
CMYK
RGB Variations
Color information
#DADAFD (or 0xDADAFD) is known color: Quartz. HEX triplet: DA, DA and FD. RGB value is (218,218,253). Sum of RGB (Red+Green+Blue) = 218+218+253=689 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.64% from 689); Green value is 218 (85.55% from 255 or 31.64% from 689); Blue value is 253 (99.22% from 255 or 36.72% from 689); Max value from RGB is 253 - color contains mainly: blue. Hex color #DADAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADAFD is #252502. Grayscale: #DDDDDD. Windows color (decimal): -2434307 or 16636634. OLE color: 16636634.
HSL color Cylindrical-coordinate representation of color #DADAFD: hue angle of 240º 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 #DADAFD is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 218 | 253 | - |
CMYK | 0.14 | 0.14 | 0 | 0.01 |
HSL | 240º | 0.9% | 0.92% | - |
HSV(B) | 240º | 0.14% | 0.99% | - |
XYZ | 71.71 | 72.14 | 103.07 | - |
YUV | 221.99 | 145.5 | 125.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 218 | 253 | 0.14 | 0.14 | 0 | 0.01 | 240 | 0.9 | 0.92 |
Hex | DA | DA | FD | E | E | 0 | 1 | F0 | 5A | 5C |
Octal | 332 | 332 | 375 | 16 | 16 | 0 | 1 | 360 | 132 | 134 |
Binary | 11011010 | 11011010 | 11111101 | 1110 | 1110 | 0 | 1 | 11110000 | 1011010 | 1011100 |
Color Harmonies of #DADAFD
Complementary color
Monochromatic Colors of #DADAFD
Black with #DADAFD
Text Example
Text Example
White with #DADAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADAFD; }
p { color: rgb(218,218,253); }
H1.HeaderClassName
{
color: #DADAFD;
}
.AnyTagClassName
{
color: #DADAFD;
}
</style>
background-color css
<style>
a { background-color: #DADAFD; }
a { background-color: rgb(218,218,253); }
div.DivClassName
{
background-color: #DADAFD;
}
.BgClassName
{
background-color: #DADAFD;
}
</style>
border-color css
<style>
span { border-color: #DADAFD; }
span { border-color: rgb(218,218,253); }
td.TdClassName
{
border-color: #DADAFD;
}
.TagClassName
{
border-color: #DADAFD;
}
</style>