Shades of Quartz #D4D9FF
Tints of Quartz #D4D9FF
RGB
CMYK
RGB Variations
Color information
#D4D9FF (or 0xD4D9FF) is known color: Quartz. HEX triplet: D4, D9 and FF. RGB value is (212,217,255). Sum of RGB (Red+Green+Blue) = 212+217+255=684 (90% of max value = 765). Red value is 212 (83.20% from 255 or 30.99% from 684); Green value is 217 (85.16% from 255 or 31.73% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4D9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D9FF is #2B2600. Grayscale: #DBDBDB. Windows color (decimal): -2827777 or 16767444. OLE color: 16767444.
HSL color Cylindrical-coordinate representation of color #D4D9FF: hue angle of 233.02º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4D9FF is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 212 | 217 | 255 | - |
CMYK | 0.17 | 0.15 | 0 | 0 |
HSL | 233.02º | 1% | 0.92% | - |
HSV(B) | 233.02º | 0.17% | 1% | - |
XYZ | 70.01 | 70.84 | 104.59 | - |
YUV | 219.84 | 147.84 | 122.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 217 | 255 | 0.17 | 0.15 | 0 | 0 | 233.02 | 1 | 0.92 |
Hex | D4 | D9 | FF | 11 | F | 0 | 0 | E9 | 64 | 5C |
Octal | 324 | 331 | 377 | 21 | 17 | 0 | 0 | 351 | 144 | 134 |
Binary | 11010100 | 11011001 | 11111111 | 10001 | 1111 | 0 | 0 | 11101001 | 1100100 | 1011100 |
Color Harmonies of #D4D9FF
Complementary color
Monochromatic Colors of #D4D9FF
Black with #D4D9FF
Text Example
Text Example
White with #D4D9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D9FF; }
p { color: rgb(212,217,255); }
H1.HeaderClassName
{
color: #D4D9FF;
}
.AnyTagClassName
{
color: #D4D9FF;
}
</style>
background-color css
<style>
a { background-color: #D4D9FF; }
a { background-color: rgb(212,217,255); }
div.DivClassName
{
background-color: #D4D9FF;
}
.BgClassName
{
background-color: #D4D9FF;
}
</style>
border-color css
<style>
span { border-color: #D4D9FF; }
span { border-color: rgb(212,217,255); }
td.TdClassName
{
border-color: #D4D9FF;
}
.TagClassName
{
border-color: #D4D9FF;
}
</style>