Shades of Quartz #D5CFF1
Tints of Quartz #D5CFF1
RGB
CMYK
RGB Variations
Color information
#D5CFF1 (or 0xD5CFF1) is known color: Quartz. HEX triplet: D5, CF and F1. RGB value is (213,207,241). Sum of RGB (Red+Green+Blue) = 213+207+241=661 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.22% from 661); Green value is 207 (81.25% from 255 or 31.32% from 661); Blue value is 241 (94.53% from 255 or 36.46% from 661); Max value from RGB is 241 - color contains mainly: blue. Hex color #D5CFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CFF1 is #2A300E. Grayscale: #D4D4D4. Windows color (decimal): -2764815 or 15847381. OLE color: 15847381.
HSL color Cylindrical-coordinate representation of color #D5CFF1: hue angle of 250.59º 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 #D5CFF1 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 207 | 241 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.05 |
| HSL | 250.59º | 0.55% | 0.88% | - |
| HSV(B) | 250.59º | 0.14% | 0.95% | - |
| XYZ | 65.63 | 65.12 | 92.33 | - |
| YUV | 212.67 | 143.99 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 207 | 241 | 0.12 | 0.14 | 0 | 0.05 | 250.59 | 0.55 | 0.88 |
| Hex | D5 | CF | F1 | C | E | 0 | 5 | FB | 37 | 58 |
| Octal | 325 | 317 | 361 | 14 | 16 | 0 | 5 | 373 | 67 | 130 |
| Binary | 11010101 | 11001111 | 11110001 | 1100 | 1110 | 0 | 101 | 11111011 | 110111 | 1011000 |
Color Harmonies of #D5CFF1
Complementary color
Monochromatic Colors of #D5CFF1
Black with #D5CFF1
Text Example
Text Example
White with #D5CFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CFF1; }
p { color: rgb(213,207,241); }
H1.HeaderClassName
{
color: #D5CFF1;
}
.AnyTagClassName
{
color: #D5CFF1;
}
</style>
background-color css
<style>
a { background-color: #D5CFF1; }
a { background-color: rgb(213,207,241); }
div.DivClassName
{
background-color: #D5CFF1;
}
.BgClassName
{
background-color: #D5CFF1;
}
</style>
border-color css
<style>
span { border-color: #D5CFF1; }
span { border-color: rgb(213,207,241); }
td.TdClassName
{
border-color: #D5CFF1;
}
.TagClassName
{
border-color: #D5CFF1;
}
</style>