Shades of Quartz #D4D9FE
Tints of Quartz #D4D9FE
RGB
CMYK
RGB Variations
Color information
#D4D9FE (or 0xD4D9FE) is known color: Quartz. HEX triplet: D4, D9 and FE. RGB value is (212,217,254). Sum of RGB (Red+Green+Blue) = 212+217+254=683 (90% of max value = 765). Red value is 212 (83.20% from 255 or 31.04% from 683); Green value is 217 (85.16% from 255 or 31.77% from 683); Blue value is 254 (99.61% from 255 or 37.19% from 683); Max value from RGB is 254 - color contains mainly: blue. Hex color #D4D9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D9FE is #2B2601. Grayscale: #DBDBDB. Windows color (decimal): -2827778 or 16701908. OLE color: 16701908.
HSL color Cylindrical-coordinate representation of color #D4D9FE: hue angle of 232.86º degrees, saturation: 0.95, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4D9FE is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 217 | 254 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.00 |
| HSL | 232.86º | 0.95% | 0.91% | - |
| HSV(B) | 232.86º | 0.17% | 1% | - |
| XYZ | 69.85 | 70.78 | 103.75 | - |
| YUV | 219.72 | 147.34 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 217 | 254 | 0.17 | 0.15 | 0 | 0.00 | 232.86 | 0.95 | 0.91 |
| Hex | D4 | D9 | FE | 11 | F | 0 | 0 | E9 | 5F | 5B |
| Octal | 324 | 331 | 376 | 21 | 17 | 0 | 0 | 351 | 137 | 133 |
| Binary | 11010100 | 11011001 | 11111110 | 10001 | 1111 | 0 | 0 | 11101001 | 1011111 | 1011011 |
Color Harmonies of #D4D9FE
Complementary color
Monochromatic Colors of #D4D9FE
Black with #D4D9FE
Text Example
Text Example
White with #D4D9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D9FE; }
p { color: rgb(212,217,254); }
H1.HeaderClassName
{
color: #D4D9FE;
}
.AnyTagClassName
{
color: #D4D9FE;
}
</style>
background-color css
<style>
a { background-color: #D4D9FE; }
a { background-color: rgb(212,217,254); }
div.DivClassName
{
background-color: #D4D9FE;
}
.BgClassName
{
background-color: #D4D9FE;
}
</style>
border-color css
<style>
span { border-color: #D4D9FE; }
span { border-color: rgb(212,217,254); }
td.TdClassName
{
border-color: #D4D9FE;
}
.TagClassName
{
border-color: #D4D9FE;
}
</style>