Shades of Quartz #D1CFF1
Tints of Quartz #D1CFF1
RGB
CMYK
RGB Variations
Color information
#D1CFF1 (or 0xD1CFF1) is known color: Quartz. HEX triplet: D1, CF and F1. RGB value is (209,207,241). Sum of RGB (Red+Green+Blue) = 209+207+241=657 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.81% from 657); Green value is 207 (81.25% from 255 or 31.51% from 657); Blue value is 241 (94.53% from 255 or 36.68% from 657); Max value from RGB is 241 - color contains mainly: blue. Hex color #D1CFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CFF1 is #2E300E. Grayscale: #D3D3D3. Windows color (decimal): -3026959 or 15847377. OLE color: 15847377.
HSL color Cylindrical-coordinate representation of color #D1CFF1: hue angle of 243.53º degrees, saturation: 0.55, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D1CFF1 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 207 | 241 | - |
| CMYK | 0.13 | 0.14 | 0 | 0.05 |
| HSL | 243.53º | 0.55% | 0.88% | - |
| HSV(B) | 243.53º | 0.14% | 0.95% | - |
| XYZ | 64.48 | 64.53 | 92.28 | - |
| YUV | 211.47 | 144.66 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 207 | 241 | 0.13 | 0.14 | 0 | 0.05 | 243.53 | 0.55 | 0.88 |
| Hex | D1 | CF | F1 | D | E | 0 | 5 | F4 | 37 | 58 |
| Octal | 321 | 317 | 361 | 15 | 16 | 0 | 5 | 364 | 67 | 130 |
| Binary | 11010001 | 11001111 | 11110001 | 1101 | 1110 | 0 | 101 | 11110100 | 110111 | 1011000 |
Color Harmonies of #D1CFF1
Complementary color
Monochromatic Colors of #D1CFF1
Black with #D1CFF1
Text Example
Text Example
White with #D1CFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CFF1; }
p { color: rgb(209,207,241); }
H1.HeaderClassName
{
color: #D1CFF1;
}
.AnyTagClassName
{
color: #D1CFF1;
}
</style>
background-color css
<style>
a { background-color: #D1CFF1; }
a { background-color: rgb(209,207,241); }
div.DivClassName
{
background-color: #D1CFF1;
}
.BgClassName
{
background-color: #D1CFF1;
}
</style>
border-color css
<style>
span { border-color: #D1CFF1; }
span { border-color: rgb(209,207,241); }
td.TdClassName
{
border-color: #D1CFF1;
}
.TagClassName
{
border-color: #D1CFF1;
}
</style>