Shades of Quartz #D9D9F1
Tints of Quartz #D9D9F1
RGB
CMYK
RGB Variations
Color information
#D9D9F1 (or 0xD9D9F1) is known color: Quartz. HEX triplet: D9, D9 and F1. RGB value is (217,217,241). Sum of RGB (Red+Green+Blue) = 217+217+241=675 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.15% from 675); Green value is 217 (85.16% from 255 or 32.15% from 675); Blue value is 241 (94.53% from 255 or 35.70% from 675); Max value from RGB is 241 - color contains mainly: blue. Hex color #D9D9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D9F1 is #26260E. Grayscale: #DBDBDB. Windows color (decimal): -2500111 or 15849945. OLE color: 15849945.
HSL color Cylindrical-coordinate representation of color #D9D9F1: hue angle of 240º degrees, saturation: 0.46, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9D9F1 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 217 | 217 | 241 | - |
CMYK | 0.10 | 0.10 | 0 | 0.05 |
HSL | 240º | 0.46% | 0.9% | - |
HSV(B) | 240º | 0.1% | 0.95% | - |
XYZ | 69.31 | 70.73 | 93.22 | - |
YUV | 219.74 | 140 | 126.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 217 | 241 | 0.10 | 0.10 | 0 | 0.05 | 240 | 0.46 | 0.9 |
Hex | D9 | D9 | F1 | A | A | 0 | 5 | F0 | 2E | 5A |
Octal | 331 | 331 | 361 | 12 | 12 | 0 | 5 | 360 | 56 | 132 |
Binary | 11011001 | 11011001 | 11110001 | 1010 | 1010 | 0 | 101 | 11110000 | 101110 | 1011010 |
Color Harmonies of #D9D9F1
Complementary color
Monochromatic Colors of #D9D9F1
Black with #D9D9F1
Text Example
Text Example
White with #D9D9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D9F1; }
p { color: rgb(217,217,241); }
H1.HeaderClassName
{
color: #D9D9F1;
}
.AnyTagClassName
{
color: #D9D9F1;
}
</style>
background-color css
<style>
a { background-color: #D9D9F1; }
a { background-color: rgb(217,217,241); }
div.DivClassName
{
background-color: #D9D9F1;
}
.BgClassName
{
background-color: #D9D9F1;
}
</style>
border-color css
<style>
span { border-color: #D9D9F1; }
span { border-color: rgb(217,217,241); }
td.TdClassName
{
border-color: #D9D9F1;
}
.TagClassName
{
border-color: #D9D9F1;
}
</style>