Shades of Quartz #D7DBF2
Tints of Quartz #D7DBF2
RGB
CMYK
RGB Variations
Color information
#D7DBF2 (or 0xD7DBF2) is known color: Quartz. HEX triplet: D7, DB and F2. RGB value is (215,219,242). Sum of RGB (Red+Green+Blue) = 215+219+242=676 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.80% from 676); Green value is 219 (85.94% from 255 or 32.40% from 676); Blue value is 242 (94.92% from 255 or 35.80% from 676); Max value from RGB is 242 - color contains mainly: blue. Hex color #D7DBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DBF2 is #28240D. Grayscale: #DCDCDC. Windows color (decimal): -2630670 or 15915991. OLE color: 15915991.
HSL color Cylindrical-coordinate representation of color #D7DBF2: hue angle of 231.11º 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 #D7DBF2 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 219 | 242 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.05 |
| HSL | 231.11º | 0.51% | 0.9% | - |
| HSV(B) | 231.11º | 0.11% | 0.95% | - |
| XYZ | 69.38 | 71.52 | 94.15 | - |
| YUV | 220.43 | 140.17 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 219 | 242 | 0.11 | 0.10 | 0 | 0.05 | 231.11 | 0.51 | 0.9 |
| Hex | D7 | DB | F2 | B | A | 0 | 5 | E7 | 33 | 5A |
| Octal | 327 | 333 | 362 | 13 | 12 | 0 | 5 | 347 | 63 | 132 |
| Binary | 11010111 | 11011011 | 11110010 | 1011 | 1010 | 0 | 101 | 11100111 | 110011 | 1011010 |
Color Harmonies of #D7DBF2
Complementary color
Monochromatic Colors of #D7DBF2
Black with #D7DBF2
Text Example
Text Example
White with #D7DBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DBF2; }
p { color: rgb(215,219,242); }
H1.HeaderClassName
{
color: #D7DBF2;
}
.AnyTagClassName
{
color: #D7DBF2;
}
</style>
background-color css
<style>
a { background-color: #D7DBF2; }
a { background-color: rgb(215,219,242); }
div.DivClassName
{
background-color: #D7DBF2;
}
.BgClassName
{
background-color: #D7DBF2;
}
</style>
border-color css
<style>
span { border-color: #D7DBF2; }
span { border-color: rgb(215,219,242); }
td.TdClassName
{
border-color: #D7DBF2;
}
.TagClassName
{
border-color: #D7DBF2;
}
</style>