Shades of Quartz #D9DCFE
Tints of Quartz #D9DCFE
RGB
CMYK
RGB Variations
Color information
#D9DCFE (or 0xD9DCFE) is known color: Quartz. HEX triplet: D9, DC and FE. RGB value is (217,220,254). Sum of RGB (Red+Green+Blue) = 217+220+254=691 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.40% from 691); Green value is 220 (86.33% from 255 or 31.84% from 691); Blue value is 254 (99.61% from 255 or 36.76% from 691); Max value from RGB is 254 - color contains mainly: blue. Hex color #D9DCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DCFE is #262301. Grayscale: #DEDEDE. Windows color (decimal): -2499330 or 16702681. OLE color: 16702681.
HSL color Cylindrical-coordinate representation of color #D9DCFE: hue angle of 235.14º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9DCFE is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 220 | 254 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.00 |
| HSL | 235.14º | 0.95% | 0.92% | - |
| HSV(B) | 235.14º | 0.15% | 1% | - |
| XYZ | 72.1 | 73.09 | 104.07 | - |
| YUV | 222.98 | 145.51 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 220 | 254 | 0.15 | 0.13 | 0 | 0.00 | 235.14 | 0.95 | 0.92 |
| Hex | D9 | DC | FE | F | D | 0 | 0 | EB | 5F | 5C |
| Octal | 331 | 334 | 376 | 17 | 15 | 0 | 0 | 353 | 137 | 134 |
| Binary | 11011001 | 11011100 | 11111110 | 1111 | 1101 | 0 | 0 | 11101011 | 1011111 | 1011100 |
Color Harmonies of #D9DCFE
Complementary color
Monochromatic Colors of #D9DCFE
Black with #D9DCFE
Text Example
Text Example
White with #D9DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DCFE; }
p { color: rgb(217,220,254); }
H1.HeaderClassName
{
color: #D9DCFE;
}
.AnyTagClassName
{
color: #D9DCFE;
}
</style>
background-color css
<style>
a { background-color: #D9DCFE; }
a { background-color: rgb(217,220,254); }
div.DivClassName
{
background-color: #D9DCFE;
}
.BgClassName
{
background-color: #D9DCFE;
}
</style>
border-color css
<style>
span { border-color: #D9DCFE; }
span { border-color: rgb(217,220,254); }
td.TdClassName
{
border-color: #D9DCFE;
}
.TagClassName
{
border-color: #D9DCFE;
}
</style>