Shades of Quartz #D5D6F2
Tints of Quartz #D5D6F2
RGB
CMYK
RGB Variations
Color information
#D5D6F2 (or 0xD5D6F2) is known color: Quartz. HEX triplet: D5, D6 and F2. RGB value is (213,214,242). Sum of RGB (Red+Green+Blue) = 213+214+242=669 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.84% from 669); Green value is 214 (83.98% from 255 or 31.99% from 669); Blue value is 242 (94.92% from 255 or 36.17% from 669); Max value from RGB is 242 - color contains mainly: blue. Hex color #D5D6F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D6F2 is #2A290D. Grayscale: #D8D8D8. Windows color (decimal): -2763022 or 15914709. OLE color: 15914709.
HSL color Cylindrical-coordinate representation of color #D5D6F2: hue angle of 237.93º degrees, saturation: 0.53, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5D6F2 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 214 | 242 | - |
| CMYK | 0.12 | 0.12 | 0 | 0.05 |
| HSL | 237.93º | 0.53% | 0.89% | - |
| HSV(B) | 237.93º | 0.12% | 0.95% | - |
| XYZ | 67.51 | 68.65 | 93.7 | - |
| YUV | 216.89 | 142.17 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 214 | 242 | 0.12 | 0.12 | 0 | 0.05 | 237.93 | 0.53 | 0.89 |
| Hex | D5 | D6 | F2 | C | C | 0 | 5 | EE | 35 | 59 |
| Octal | 325 | 326 | 362 | 14 | 14 | 0 | 5 | 356 | 65 | 131 |
| Binary | 11010101 | 11010110 | 11110010 | 1100 | 1100 | 0 | 101 | 11101110 | 110101 | 1011001 |
Color Harmonies of #D5D6F2
Complementary color
Monochromatic Colors of #D5D6F2
Black with #D5D6F2
Text Example
Text Example
White with #D5D6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D6F2; }
p { color: rgb(213,214,242); }
H1.HeaderClassName
{
color: #D5D6F2;
}
.AnyTagClassName
{
color: #D5D6F2;
}
</style>
background-color css
<style>
a { background-color: #D5D6F2; }
a { background-color: rgb(213,214,242); }
div.DivClassName
{
background-color: #D5D6F2;
}
.BgClassName
{
background-color: #D5D6F2;
}
</style>
border-color css
<style>
span { border-color: #D5D6F2; }
span { border-color: rgb(213,214,242); }
td.TdClassName
{
border-color: #D5D6F2;
}
.TagClassName
{
border-color: #D5D6F2;
}
</style>