Shades of Quartz #D1CFF2
Tints of Quartz #D1CFF2
RGB
CMYK
RGB Variations
Color information
#D1CFF2 (or 0xD1CFF2) is known color: Quartz. HEX triplet: D1, CF and F2. RGB value is (209,207,242). Sum of RGB (Red+Green+Blue) = 209+207+242=658 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.76% from 658); Green value is 207 (81.25% from 255 or 31.46% from 658); Blue value is 242 (94.92% from 255 or 36.78% from 658); Max value from RGB is 242 - color contains mainly: blue. Hex color #D1CFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CFF2 is #2E300D. Grayscale: #D3D3D3. Windows color (decimal): -3026958 or 15912913. OLE color: 15912913.
HSL color Cylindrical-coordinate representation of color #D1CFF2: hue angle of 243.43º degrees, saturation: 0.57, 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 #D1CFF2 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 207 | 242 | - |
| CMYK | 0.14 | 0.14 | 0 | 0.05 |
| HSL | 243.43º | 0.57% | 0.88% | - |
| HSV(B) | 243.43º | 0.14% | 0.95% | - |
| XYZ | 64.63 | 64.59 | 93.07 | - |
| YUV | 211.59 | 145.16 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 207 | 242 | 0.14 | 0.14 | 0 | 0.05 | 243.43 | 0.57 | 0.88 |
| Hex | D1 | CF | F2 | E | E | 0 | 5 | F3 | 39 | 58 |
| Octal | 321 | 317 | 362 | 16 | 16 | 0 | 5 | 363 | 71 | 130 |
| Binary | 11010001 | 11001111 | 11110010 | 1110 | 1110 | 0 | 101 | 11110011 | 111001 | 1011000 |
Color Harmonies of #D1CFF2
Complementary color
Monochromatic Colors of #D1CFF2
Black with #D1CFF2
Text Example
Text Example
White with #D1CFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CFF2; }
p { color: rgb(209,207,242); }
H1.HeaderClassName
{
color: #D1CFF2;
}
.AnyTagClassName
{
color: #D1CFF2;
}
</style>
background-color css
<style>
a { background-color: #D1CFF2; }
a { background-color: rgb(209,207,242); }
div.DivClassName
{
background-color: #D1CFF2;
}
.BgClassName
{
background-color: #D1CFF2;
}
</style>
border-color css
<style>
span { border-color: #D1CFF2; }
span { border-color: rgb(209,207,242); }
td.TdClassName
{
border-color: #D1CFF2;
}
.TagClassName
{
border-color: #D1CFF2;
}
</style>