Shades of Quartz #D1CFE8
Tints of Quartz #D1CFE8
RGB
CMYK
RGB Variations
Color information
#D1CFE8 (or 0xD1CFE8) is known color: Quartz. HEX triplet: D1, CF and E8. RGB value is (209,207,232). Sum of RGB (Red+Green+Blue) = 209+207+232=648 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.25% from 648); Green value is 207 (81.25% from 255 or 31.94% from 648); Blue value is 232 (91.02% from 255 or 35.80% from 648); Max value from RGB is 232 - color contains mainly: blue. Hex color #D1CFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CFE8 is #2E3017. Grayscale: #D2D2D2. Windows color (decimal): -3026968 or 15257553. OLE color: 15257553.
HSL color Cylindrical-coordinate representation of color #D1CFE8: hue angle of 244.8º degrees, saturation: 0.35, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1CFE8 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 207 | 232 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.09 |
| HSL | 244.8º | 0.35% | 0.86% | - |
| HSV(B) | 244.8º | 0.11% | 0.91% | - |
| XYZ | 63.17 | 64.01 | 85.37 | - |
| YUV | 210.45 | 140.16 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 207 | 232 | 0.10 | 0.11 | 0 | 0.09 | 244.8 | 0.35 | 0.86 |
| Hex | D1 | CF | E8 | A | B | 0 | 9 | F5 | 23 | 56 |
| Octal | 321 | 317 | 350 | 12 | 13 | 0 | 11 | 365 | 43 | 126 |
| Binary | 11010001 | 11001111 | 11101000 | 1010 | 1011 | 0 | 1001 | 11110101 | 100011 | 1010110 |
Color Harmonies of #D1CFE8
Complementary color
Monochromatic Colors of #D1CFE8
Black with #D1CFE8
Text Example
Text Example
White with #D1CFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CFE8; }
p { color: rgb(209,207,232); }
H1.HeaderClassName
{
color: #D1CFE8;
}
.AnyTagClassName
{
color: #D1CFE8;
}
</style>
background-color css
<style>
a { background-color: #D1CFE8; }
a { background-color: rgb(209,207,232); }
div.DivClassName
{
background-color: #D1CFE8;
}
.BgClassName
{
background-color: #D1CFE8;
}
</style>
border-color css
<style>
span { border-color: #D1CFE8; }
span { border-color: rgb(209,207,232); }
td.TdClassName
{
border-color: #D1CFE8;
}
.TagClassName
{
border-color: #D1CFE8;
}
</style>