Shades of Quartz #D9DDFE
Tints of Quartz #D9DDFE
RGB
CMYK
RGB Variations
Color information
#D9DDFE (or 0xD9DDFE) is known color: Quartz. HEX triplet: D9, DD and FE. RGB value is (217,221,254). Sum of RGB (Red+Green+Blue) = 217+221+254=692 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.36% from 692); Green value is 221 (86.72% from 255 or 31.94% from 692); Blue value is 254 (99.61% from 255 or 36.71% from 692); Max value from RGB is 254 - color contains mainly: blue. Hex color #D9DDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DDFE is #262201. Grayscale: #DFDFDF. Windows color (decimal): -2499074 or 16702937. OLE color: 16702937.
HSL color Cylindrical-coordinate representation of color #D9DDFE: hue angle of 233.51º 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 #D9DDFE is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 221 | 254 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.00 |
| HSL | 233.51º | 0.95% | 0.92% | - |
| HSV(B) | 233.51º | 0.15% | 1% | - |
| XYZ | 72.36 | 73.62 | 104.16 | - |
| YUV | 223.57 | 145.17 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 221 | 254 | 0.15 | 0.13 | 0 | 0.00 | 233.51 | 0.95 | 0.92 |
| Hex | D9 | DD | FE | F | D | 0 | 0 | EA | 5F | 5C |
| Octal | 331 | 335 | 376 | 17 | 15 | 0 | 0 | 352 | 137 | 134 |
| Binary | 11011001 | 11011101 | 11111110 | 1111 | 1101 | 0 | 0 | 11101010 | 1011111 | 1011100 |
Color Harmonies of #D9DDFE
Complementary color
Monochromatic Colors of #D9DDFE
Black with #D9DDFE
Text Example
Text Example
White with #D9DDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DDFE; }
p { color: rgb(217,221,254); }
H1.HeaderClassName
{
color: #D9DDFE;
}
.AnyTagClassName
{
color: #D9DDFE;
}
</style>
background-color css
<style>
a { background-color: #D9DDFE; }
a { background-color: rgb(217,221,254); }
div.DivClassName
{
background-color: #D9DDFE;
}
.BgClassName
{
background-color: #D9DDFE;
}
</style>
border-color css
<style>
span { border-color: #D9DDFE; }
span { border-color: rgb(217,221,254); }
td.TdClassName
{
border-color: #D9DDFE;
}
.TagClassName
{
border-color: #D9DDFE;
}
</style>