Shades of Quartz #D3CFF1
Tints of Quartz #D3CFF1
RGB
CMYK
RGB Variations
Color information
#D3CFF1 (or 0xD3CFF1) is known color: Quartz. HEX triplet: D3, CF and F1. RGB value is (211,207,241). Sum of RGB (Red+Green+Blue) = 211+207+241=659 (87% of max value = 765). Red value is 211 (82.81% from 255 or 32.02% from 659); Green value is 207 (81.25% from 255 or 31.41% from 659); Blue value is 241 (94.53% from 255 or 36.57% from 659); Max value from RGB is 241 - color contains mainly: blue. Hex color #D3CFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CFF1 is #2C300E. Grayscale: #D3D3D3. Windows color (decimal): -2895887 or 15847379. OLE color: 15847379.
HSL color Cylindrical-coordinate representation of color #D3CFF1: hue angle of 247.06º 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 #D3CFF1 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 207 | 241 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.05 |
| HSL | 247.06º | 0.55% | 0.88% | - |
| HSV(B) | 247.06º | 0.14% | 0.95% | - |
| XYZ | 65.05 | 64.83 | 92.3 | - |
| YUV | 212.07 | 144.33 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 207 | 241 | 0.12 | 0.14 | 0 | 0.05 | 247.06 | 0.55 | 0.88 |
| Hex | D3 | CF | F1 | C | E | 0 | 5 | F7 | 37 | 58 |
| Octal | 323 | 317 | 361 | 14 | 16 | 0 | 5 | 367 | 67 | 130 |
| Binary | 11010011 | 11001111 | 11110001 | 1100 | 1110 | 0 | 101 | 11110111 | 110111 | 1011000 |
Color Harmonies of #D3CFF1
Complementary color
Monochromatic Colors of #D3CFF1
Black with #D3CFF1
Text Example
Text Example
White with #D3CFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CFF1; }
p { color: rgb(211,207,241); }
H1.HeaderClassName
{
color: #D3CFF1;
}
.AnyTagClassName
{
color: #D3CFF1;
}
</style>
background-color css
<style>
a { background-color: #D3CFF1; }
a { background-color: rgb(211,207,241); }
div.DivClassName
{
background-color: #D3CFF1;
}
.BgClassName
{
background-color: #D3CFF1;
}
</style>
border-color css
<style>
span { border-color: #D3CFF1; }
span { border-color: rgb(211,207,241); }
td.TdClassName
{
border-color: #D3CFF1;
}
.TagClassName
{
border-color: #D3CFF1;
}
</style>