Shades of Quartz #D7D9F2
Tints of Quartz #D7D9F2
RGB
CMYK
RGB Variations
Color information
#D7D9F2 (or 0xD7D9F2) is known color: Quartz. HEX triplet: D7, D9 and F2. RGB value is (215,217,242). Sum of RGB (Red+Green+Blue) = 215+217+242=674 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.90% from 674); Green value is 217 (85.16% from 255 or 32.20% from 674); Blue value is 242 (94.92% from 255 or 35.91% from 674); Max value from RGB is 242 - color contains mainly: blue. Hex color #D7D9F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D9F2 is #28260D. Grayscale: #DBDBDB. Windows color (decimal): -2631182 or 15915479. OLE color: 15915479.
HSL color Cylindrical-coordinate representation of color #D7D9F2: hue angle of 235.56º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7D9F2 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 215 | 217 | 242 | - |
CMYK | 0.11 | 0.10 | 0 | 0.05 |
HSL | 235.56º | 0.51% | 0.9% | - |
HSV(B) | 235.56º | 0.11% | 0.95% | - |
XYZ | 68.86 | 70.48 | 93.98 | - |
YUV | 219.25 | 140.84 | 124.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 217 | 242 | 0.11 | 0.10 | 0 | 0.05 | 235.56 | 0.51 | 0.9 |
Hex | D7 | D9 | F2 | B | A | 0 | 5 | EC | 33 | 5A |
Octal | 327 | 331 | 362 | 13 | 12 | 0 | 5 | 354 | 63 | 132 |
Binary | 11010111 | 11011001 | 11110010 | 1011 | 1010 | 0 | 101 | 11101100 | 110011 | 1011010 |
Color Harmonies of #D7D9F2
Complementary color
Monochromatic Colors of #D7D9F2
Black with #D7D9F2
Text Example
Text Example
White with #D7D9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D9F2; }
p { color: rgb(215,217,242); }
H1.HeaderClassName
{
color: #D7D9F2;
}
.AnyTagClassName
{
color: #D7D9F2;
}
</style>
background-color css
<style>
a { background-color: #D7D9F2; }
a { background-color: rgb(215,217,242); }
div.DivClassName
{
background-color: #D7D9F2;
}
.BgClassName
{
background-color: #D7D9F2;
}
</style>
border-color css
<style>
span { border-color: #D7D9F2; }
span { border-color: rgb(215,217,242); }
td.TdClassName
{
border-color: #D7D9F2;
}
.TagClassName
{
border-color: #D7D9F2;
}
</style>