Shades of Quartz #D5CFF5
Tints of Quartz #D5CFF5
RGB
CMYK
RGB Variations
Color information
#D5CFF5 (or 0xD5CFF5) is known color: Quartz. HEX triplet: D5, CF and F5. RGB value is (213,207,245). Sum of RGB (Red+Green+Blue) = 213+207+245=665 (88% of max value = 765). Red value is 213 (83.59% from 255 or 32.03% from 665); Green value is 207 (81.25% from 255 or 31.13% from 665); Blue value is 245 (96.09% from 255 or 36.84% from 665); Max value from RGB is 245 - color contains mainly: blue. Hex color #D5CFF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CFF5 is #2A300A. Grayscale: #D4D4D4. Windows color (decimal): -2764811 or 16109525. OLE color: 16109525.
HSL color Cylindrical-coordinate representation of color #D5CFF5: hue angle of 249.47º degrees, saturation: 0.66, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5CFF5 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 207 | 245 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.04 |
| HSL | 249.47º | 0.66% | 0.89% | - |
| HSV(B) | 249.47º | 0.16% | 0.96% | - |
| XYZ | 66.23 | 65.36 | 95.51 | - |
| YUV | 213.13 | 145.99 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 207 | 245 | 0.13 | 0.16 | 0 | 0.04 | 249.47 | 0.66 | 0.89 |
| Hex | D5 | CF | F5 | D | 10 | 0 | 4 | F9 | 42 | 59 |
| Octal | 325 | 317 | 365 | 15 | 20 | 0 | 4 | 371 | 102 | 131 |
| Binary | 11010101 | 11001111 | 11110101 | 1101 | 10000 | 0 | 100 | 11111001 | 1000010 | 1011001 |
Color Harmonies of #D5CFF5
Complementary color
Monochromatic Colors of #D5CFF5
Black with #D5CFF5
Text Example
Text Example
White with #D5CFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CFF5; }
p { color: rgb(213,207,245); }
H1.HeaderClassName
{
color: #D5CFF5;
}
.AnyTagClassName
{
color: #D5CFF5;
}
</style>
background-color css
<style>
a { background-color: #D5CFF5; }
a { background-color: rgb(213,207,245); }
div.DivClassName
{
background-color: #D5CFF5;
}
.BgClassName
{
background-color: #D5CFF5;
}
</style>
border-color css
<style>
span { border-color: #D5CFF5; }
span { border-color: rgb(213,207,245); }
td.TdClassName
{
border-color: #D5CFF5;
}
.TagClassName
{
border-color: #D5CFF5;
}
</style>