Shades of Quartz #D8DBF4
Tints of Quartz #D8DBF4
RGB
CMYK
RGB Variations
Color information
#D8DBF4 (or 0xD8DBF4) is known color: Quartz. HEX triplet: D8, DB and F4. RGB value is (216,219,244). Sum of RGB (Red+Green+Blue) = 216+219+244=679 (89% of max value = 765). Red value is 216 (84.77% from 255 or 31.81% from 679); Green value is 219 (85.94% from 255 or 32.25% from 679); Blue value is 244 (95.70% from 255 or 35.94% from 679); Max value from RGB is 244 - color contains mainly: blue. Hex color #D8DBF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8DBF4 is #27240B. Grayscale: #DCDCDC. Windows color (decimal): -2565132 or 16047064. OLE color: 16047064.
HSL color Cylindrical-coordinate representation of color #D8DBF4: hue angle of 233.57º degrees, saturation: 0.56, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D8DBF4 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 219 | 244 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.04 |
| HSL | 233.57º | 0.56% | 0.9% | - |
| HSV(B) | 233.57º | 0.11% | 0.96% | - |
| XYZ | 69.98 | 71.79 | 95.76 | - |
| YUV | 220.95 | 141.01 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 219 | 244 | 0.11 | 0.10 | 0 | 0.04 | 233.57 | 0.56 | 0.9 |
| Hex | D8 | DB | F4 | B | A | 0 | 4 | EA | 38 | 5A |
| Octal | 330 | 333 | 364 | 13 | 12 | 0 | 4 | 352 | 70 | 132 |
| Binary | 11011000 | 11011011 | 11110100 | 1011 | 1010 | 0 | 100 | 11101010 | 111000 | 1011010 |
Color Harmonies of #D8DBF4
Complementary color
Monochromatic Colors of #D8DBF4
Black with #D8DBF4
Text Example
Text Example
White with #D8DBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DBF4; }
p { color: rgb(216,219,244); }
H1.HeaderClassName
{
color: #D8DBF4;
}
.AnyTagClassName
{
color: #D8DBF4;
}
</style>
background-color css
<style>
a { background-color: #D8DBF4; }
a { background-color: rgb(216,219,244); }
div.DivClassName
{
background-color: #D8DBF4;
}
.BgClassName
{
background-color: #D8DBF4;
}
</style>
border-color css
<style>
span { border-color: #D8DBF4; }
span { border-color: rgb(216,219,244); }
td.TdClassName
{
border-color: #D8DBF4;
}
.TagClassName
{
border-color: #D8DBF4;
}
</style>