Shades of Quartz #D9DCED
Tints of Quartz #D9DCED
RGB
CMYK
RGB Variations
Color information
#D9DCED (or 0xD9DCED) is known color: Quartz. HEX triplet: D9, DC and ED. RGB value is (217,220,237). Sum of RGB (Red+Green+Blue) = 217+220+237=674 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.20% from 674); Green value is 220 (86.33% from 255 or 32.64% from 674); Blue value is 237 (92.97% from 255 or 35.16% from 674); Max value from RGB is 237 - color contains mainly: blue. Hex color #D9DCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DCED is #262312. Grayscale: #DCDCDC. Windows color (decimal): -2499347 or 15588569. OLE color: 15588569.
HSL color Cylindrical-coordinate representation of color #D9DCED: hue angle of 231º degrees, saturation: 0.36, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D9DCED is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 217 | 220 | 237 | - |
CMYK | 0.08 | 0.07 | 0 | 0.07 |
HSL | 231º | 0.36% | 0.89% | - |
HSV(B) | 231º | 0.08% | 0.93% | - |
XYZ | 69.49 | 72.05 | 90.37 | - |
YUV | 221.04 | 137.01 | 125.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 220 | 237 | 0.08 | 0.07 | 0 | 0.07 | 231 | 0.36 | 0.89 |
Hex | D9 | DC | ED | 8 | 7 | 0 | 7 | E7 | 24 | 59 |
Octal | 331 | 334 | 355 | 10 | 7 | 0 | 7 | 347 | 44 | 131 |
Binary | 11011001 | 11011100 | 11101101 | 1000 | 111 | 0 | 111 | 11100111 | 100100 | 1011001 |
Color Harmonies of #D9DCED
Complementary color
Monochromatic Colors of #D9DCED
Black with #D9DCED
Text Example
Text Example
White with #D9DCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DCED; }
p { color: rgb(217,220,237); }
H1.HeaderClassName
{
color: #D9DCED;
}
.AnyTagClassName
{
color: #D9DCED;
}
</style>
background-color css
<style>
a { background-color: #D9DCED; }
a { background-color: rgb(217,220,237); }
div.DivClassName
{
background-color: #D9DCED;
}
.BgClassName
{
background-color: #D9DCED;
}
</style>
border-color css
<style>
span { border-color: #D9DCED; }
span { border-color: rgb(217,220,237); }
td.TdClassName
{
border-color: #D9DCED;
}
.TagClassName
{
border-color: #D9DCED;
}
</style>