Shades of Quartz #D1CDED
Tints of Quartz #D1CDED
RGB
CMYK
RGB Variations
Color information
#D1CDED (or 0xD1CDED) is known color: Quartz. HEX triplet: D1, CD and ED. RGB value is (209,205,237). Sum of RGB (Red+Green+Blue) = 209+205+237=651 (86% of max value = 765). Red value is 209 (82.03% from 255 or 32.10% from 651); Green value is 205 (80.47% from 255 or 31.49% from 651); Blue value is 237 (92.97% from 255 or 36.41% from 651); Max value from RGB is 237 - color contains mainly: blue. Hex color #D1CDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CDED is #2E3212. Grayscale: #D1D1D1. Windows color (decimal): -3027475 or 15584721. OLE color: 15584721.
HSL color Cylindrical-coordinate representation of color #D1CDED: hue angle of 247.5º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D1CDED is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 209 | 205 | 237 | - |
CMYK | 0.12 | 0.14 | 0 | 0.07 |
HSL | 247.5º | 0.47% | 0.87% | - |
HSV(B) | 247.5º | 0.14% | 0.93% | - |
XYZ | 63.41 | 63.33 | 89 | - |
YUV | 209.84 | 143.33 | 127.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 205 | 237 | 0.12 | 0.14 | 0 | 0.07 | 247.5 | 0.47 | 0.87 |
Hex | D1 | CD | ED | C | E | 0 | 7 | F8 | 2F | 57 |
Octal | 321 | 315 | 355 | 14 | 16 | 0 | 7 | 370 | 57 | 127 |
Binary | 11010001 | 11001101 | 11101101 | 1100 | 1110 | 0 | 111 | 11111000 | 101111 | 1010111 |
Color Harmonies of #D1CDED
Complementary color
Monochromatic Colors of #D1CDED
Black with #D1CDED
Text Example
Text Example
White with #D1CDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CDED; }
p { color: rgb(209,205,237); }
H1.HeaderClassName
{
color: #D1CDED;
}
.AnyTagClassName
{
color: #D1CDED;
}
</style>
background-color css
<style>
a { background-color: #D1CDED; }
a { background-color: rgb(209,205,237); }
div.DivClassName
{
background-color: #D1CDED;
}
.BgClassName
{
background-color: #D1CDED;
}
</style>
border-color css
<style>
span { border-color: #D1CDED; }
span { border-color: rgb(209,205,237); }
td.TdClassName
{
border-color: #D1CDED;
}
.TagClassName
{
border-color: #D1CDED;
}
</style>