Shades of Quartz #D7DAFD
Tints of Quartz #D7DAFD
RGB
CMYK
RGB Variations
Color information
#D7DAFD (or 0xD7DAFD) is known color: Quartz. HEX triplet: D7, DA and FD. RGB value is (215,218,253). Sum of RGB (Red+Green+Blue) = 215+218+253=686 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.34% from 686); Green value is 218 (85.55% from 255 or 31.78% from 686); Blue value is 253 (99.22% from 255 or 36.88% from 686); Max value from RGB is 253 - color contains mainly: blue. Hex color #D7DAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DAFD is #282502. Grayscale: #DCDCDC. Windows color (decimal): -2630915 or 16636631. OLE color: 16636631.
HSL color Cylindrical-coordinate representation of color #D7DAFD: hue angle of 235.26º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D7DAFD is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 215 | 218 | 253 | - |
CMYK | 0.15 | 0.14 | 0 | 0.01 |
HSL | 235.26º | 0.9% | 0.92% | - |
HSV(B) | 235.26º | 0.15% | 0.99% | - |
XYZ | 70.83 | 71.68 | 103.03 | - |
YUV | 221.09 | 146.01 | 123.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 218 | 253 | 0.15 | 0.14 | 0 | 0.01 | 235.26 | 0.9 | 0.92 |
Hex | D7 | DA | FD | F | E | 0 | 1 | EB | 5A | 5C |
Octal | 327 | 332 | 375 | 17 | 16 | 0 | 1 | 353 | 132 | 134 |
Binary | 11010111 | 11011010 | 11111101 | 1111 | 1110 | 0 | 1 | 11101011 | 1011010 | 1011100 |
Color Harmonies of #D7DAFD
Complementary color
Monochromatic Colors of #D7DAFD
Black with #D7DAFD
Text Example
Text Example
White with #D7DAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DAFD; }
p { color: rgb(215,218,253); }
H1.HeaderClassName
{
color: #D7DAFD;
}
.AnyTagClassName
{
color: #D7DAFD;
}
</style>
background-color css
<style>
a { background-color: #D7DAFD; }
a { background-color: rgb(215,218,253); }
div.DivClassName
{
background-color: #D7DAFD;
}
.BgClassName
{
background-color: #D7DAFD;
}
</style>
border-color css
<style>
span { border-color: #D7DAFD; }
span { border-color: rgb(215,218,253); }
td.TdClassName
{
border-color: #D7DAFD;
}
.TagClassName
{
border-color: #D7DAFD;
}
</style>