Shades of Quartz #D9DCEE
Tints of Quartz #D9DCEE
RGB
CMYK
RGB Variations
Color information
#D9DCEE (or 0xD9DCEE) is known color: Quartz. HEX triplet: D9, DC and EE. RGB value is (217,220,238). Sum of RGB (Red+Green+Blue) = 217+220+238=675 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.15% from 675); Green value is 220 (86.33% from 255 or 32.59% from 675); Blue value is 238 (93.36% from 255 or 35.26% from 675); Max value from RGB is 238 - color contains mainly: blue. Hex color #D9DCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DCEE is #262311. Grayscale: #DDDDDD. Windows color (decimal): -2499346 or 15654105. OLE color: 15654105.
HSL color Cylindrical-coordinate representation of color #D9DCEE: hue angle of 231.43º degrees, saturation: 0.38, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D9DCEE is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 220 | 238 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.07 |
| HSL | 231.43º | 0.38% | 0.89% | - |
| HSV(B) | 231.43º | 0.09% | 0.93% | - |
| XYZ | 69.64 | 72.11 | 91.14 | - |
| YUV | 221.16 | 137.51 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 220 | 238 | 0.09 | 0.08 | 0 | 0.07 | 231.43 | 0.38 | 0.89 |
| Hex | D9 | DC | EE | 9 | 8 | 0 | 7 | E7 | 26 | 59 |
| Octal | 331 | 334 | 356 | 11 | 10 | 0 | 7 | 347 | 46 | 131 |
| Binary | 11011001 | 11011100 | 11101110 | 1001 | 1000 | 0 | 111 | 11100111 | 100110 | 1011001 |
Color Harmonies of #D9DCEE
Complementary color
Monochromatic Colors of #D9DCEE
Black with #D9DCEE
Text Example
Text Example
White with #D9DCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DCEE; }
p { color: rgb(217,220,238); }
H1.HeaderClassName
{
color: #D9DCEE;
}
.AnyTagClassName
{
color: #D9DCEE;
}
</style>
background-color css
<style>
a { background-color: #D9DCEE; }
a { background-color: rgb(217,220,238); }
div.DivClassName
{
background-color: #D9DCEE;
}
.BgClassName
{
background-color: #D9DCEE;
}
</style>
border-color css
<style>
span { border-color: #D9DCEE; }
span { border-color: rgb(217,220,238); }
td.TdClassName
{
border-color: #D9DCEE;
}
.TagClassName
{
border-color: #D9DCEE;
}
</style>