Shades of Quartz #D1CFEA
Tints of Quartz #D1CFEA
RGB
CMYK
RGB Variations
Color information
#D1CFEA (or 0xD1CFEA) is known color: Quartz. HEX triplet: D1, CF and EA. RGB value is (209,207,234). Sum of RGB (Red+Green+Blue) = 209+207+234=650 (86% of max value = 765). Red value is 209 (82.03% from 255 or 32.15% from 650); Green value is 207 (81.25% from 255 or 31.85% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 234 - color contains mainly: blue. Hex color #D1CFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CFEA is #2E3015. Grayscale: #D2D2D2. Windows color (decimal): -3026966 or 15388625. OLE color: 15388625.
HSL color Cylindrical-coordinate representation of color #D1CFEA: hue angle of 244.44º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D1CFEA is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 207 | 234 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.08 |
| HSL | 244.44º | 0.39% | 0.86% | - |
| HSV(B) | 244.44º | 0.12% | 0.92% | - |
| XYZ | 63.46 | 64.12 | 86.87 | - |
| YUV | 210.68 | 141.16 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 207 | 234 | 0.11 | 0.12 | 0 | 0.08 | 244.44 | 0.39 | 0.86 |
| Hex | D1 | CF | EA | B | C | 0 | 8 | F4 | 27 | 56 |
| Octal | 321 | 317 | 352 | 13 | 14 | 0 | 10 | 364 | 47 | 126 |
| Binary | 11010001 | 11001111 | 11101010 | 1011 | 1100 | 0 | 1000 | 11110100 | 100111 | 1010110 |
Color Harmonies of #D1CFEA
Complementary color
Monochromatic Colors of #D1CFEA
Black with #D1CFEA
Text Example
Text Example
White with #D1CFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CFEA; }
p { color: rgb(209,207,234); }
H1.HeaderClassName
{
color: #D1CFEA;
}
.AnyTagClassName
{
color: #D1CFEA;
}
</style>
background-color css
<style>
a { background-color: #D1CFEA; }
a { background-color: rgb(209,207,234); }
div.DivClassName
{
background-color: #D1CFEA;
}
.BgClassName
{
background-color: #D1CFEA;
}
</style>
border-color css
<style>
span { border-color: #D1CFEA; }
span { border-color: rgb(209,207,234); }
td.TdClassName
{
border-color: #D1CFEA;
}
.TagClassName
{
border-color: #D1CFEA;
}
</style>