Shades of Quartz #D4D9FC
Tints of Quartz #D4D9FC
RGB
CMYK
RGB Variations
Color information
#D4D9FC (or 0xD4D9FC) is known color: Quartz. HEX triplet: D4, D9 and FC. RGB value is (212,217,252). Sum of RGB (Red+Green+Blue) = 212+217+252=681 (90% of max value = 765). Red value is 212 (83.20% from 255 or 31.13% from 681); Green value is 217 (85.16% from 255 or 31.86% from 681); Blue value is 252 (98.83% from 255 or 37.00% from 681); Max value from RGB is 252 - color contains mainly: blue. Hex color #D4D9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D9FC is #2B2603. Grayscale: #DBDBDB. Windows color (decimal): -2827780 or 16570836. OLE color: 16570836.
HSL color Cylindrical-coordinate representation of color #D4D9FC: hue angle of 232.5º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4D9FC is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 212 | 217 | 252 | - |
CMYK | 0.16 | 0.14 | 0 | 0.01 |
HSL | 232.5º | 0.87% | 0.91% | - |
HSV(B) | 232.5º | 0.16% | 0.99% | - |
XYZ | 69.53 | 70.65 | 102.07 | - |
YUV | 219.5 | 146.34 | 122.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 217 | 252 | 0.16 | 0.14 | 0 | 0.01 | 232.5 | 0.87 | 0.91 |
Hex | D4 | D9 | FC | 10 | E | 0 | 1 | E8 | 57 | 5B |
Octal | 324 | 331 | 374 | 20 | 16 | 0 | 1 | 350 | 127 | 133 |
Binary | 11010100 | 11011001 | 11111100 | 10000 | 1110 | 0 | 1 | 11101000 | 1010111 | 1011011 |
Color Harmonies of #D4D9FC
Complementary color
Monochromatic Colors of #D4D9FC
Black with #D4D9FC
Text Example
Text Example
White with #D4D9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D9FC; }
p { color: rgb(212,217,252); }
H1.HeaderClassName
{
color: #D4D9FC;
}
.AnyTagClassName
{
color: #D4D9FC;
}
</style>
background-color css
<style>
a { background-color: #D4D9FC; }
a { background-color: rgb(212,217,252); }
div.DivClassName
{
background-color: #D4D9FC;
}
.BgClassName
{
background-color: #D4D9FC;
}
</style>
border-color css
<style>
span { border-color: #D4D9FC; }
span { border-color: rgb(212,217,252); }
td.TdClassName
{
border-color: #D4D9FC;
}
.TagClassName
{
border-color: #D4D9FC;
}
</style>