Shades of Quartz #D7CFF4
Tints of Quartz #D7CFF4
RGB
CMYK
RGB Variations
Color information
#D7CFF4 (or 0xD7CFF4) is known color: Quartz. HEX triplet: D7, CF and F4. RGB value is (215,207,244). Sum of RGB (Red+Green+Blue) = 215+207+244=666 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.28% from 666); Green value is 207 (81.25% from 255 or 31.08% from 666); Blue value is 244 (95.70% from 255 or 36.64% from 666); Max value from RGB is 244 - color contains mainly: blue. Hex color #D7CFF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CFF4 is #28300B. Grayscale: #D5D5D5. Windows color (decimal): -2633740 or 16043991. OLE color: 16043991.
HSL color Cylindrical-coordinate representation of color #D7CFF4: hue angle of 252.97º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D7CFF4 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 215 | 207 | 244 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.04 |
| HSL | 252.97º | 0.63% | 0.88% | - |
| HSV(B) | 252.97º | 0.15% | 0.96% | - |
| XYZ | 66.67 | 65.6 | 94.74 | - |
| YUV | 213.61 | 145.15 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 207 | 244 | 0.12 | 0.15 | 0 | 0.04 | 252.97 | 0.63 | 0.88 |
| Hex | D7 | CF | F4 | C | F | 0 | 4 | FD | 3F | 58 |
| Octal | 327 | 317 | 364 | 14 | 17 | 0 | 4 | 375 | 77 | 130 |
| Binary | 11010111 | 11001111 | 11110100 | 1100 | 1111 | 0 | 100 | 11111101 | 111111 | 1011000 |
Color Harmonies of #D7CFF4
Complementary color
Monochromatic Colors of #D7CFF4
Black with #D7CFF4
Text Example
Text Example
White with #D7CFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CFF4; }
p { color: rgb(215,207,244); }
H1.HeaderClassName
{
color: #D7CFF4;
}
.AnyTagClassName
{
color: #D7CFF4;
}
</style>
background-color css
<style>
a { background-color: #D7CFF4; }
a { background-color: rgb(215,207,244); }
div.DivClassName
{
background-color: #D7CFF4;
}
.BgClassName
{
background-color: #D7CFF4;
}
</style>
border-color css
<style>
span { border-color: #D7CFF4; }
span { border-color: rgb(215,207,244); }
td.TdClassName
{
border-color: #D7CFF4;
}
.TagClassName
{
border-color: #D7CFF4;
}
</style>