Shades of Quartz #D3CFF4
Tints of Quartz #D3CFF4
RGB
CMYK
RGB Variations
Color information
#D3CFF4 (or 0xD3CFF4) is known color: Quartz. HEX triplet: D3, CF and F4. RGB value is (211,207,244). Sum of RGB (Red+Green+Blue) = 211+207+244=662 (87% of max value = 765). Red value is 211 (82.81% from 255 or 31.87% from 662); Green value is 207 (81.25% from 255 or 31.27% from 662); Blue value is 244 (95.70% from 255 or 36.86% from 662); Max value from RGB is 244 - color contains mainly: blue. Hex color #D3CFF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CFF4 is #2C300B. Grayscale: #D4D4D4. Windows color (decimal): -2895884 or 16043987. OLE color: 16043987.
HSL color Cylindrical-coordinate representation of color #D3CFF4: hue angle of 246.49º 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 #D3CFF4 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 207 | 244 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.04 |
| HSL | 246.49º | 0.63% | 0.88% | - |
| HSV(B) | 246.49º | 0.15% | 0.96% | - |
| XYZ | 65.51 | 65.01 | 94.68 | - |
| YUV | 212.41 | 145.83 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 207 | 244 | 0.14 | 0.15 | 0 | 0.04 | 246.49 | 0.63 | 0.88 |
| Hex | D3 | CF | F4 | E | F | 0 | 4 | F6 | 3F | 58 |
| Octal | 323 | 317 | 364 | 16 | 17 | 0 | 4 | 366 | 77 | 130 |
| Binary | 11010011 | 11001111 | 11110100 | 1110 | 1111 | 0 | 100 | 11110110 | 111111 | 1011000 |
Color Harmonies of #D3CFF4
Complementary color
Monochromatic Colors of #D3CFF4
Black with #D3CFF4
Text Example
Text Example
White with #D3CFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CFF4; }
p { color: rgb(211,207,244); }
H1.HeaderClassName
{
color: #D3CFF4;
}
.AnyTagClassName
{
color: #D3CFF4;
}
</style>
background-color css
<style>
a { background-color: #D3CFF4; }
a { background-color: rgb(211,207,244); }
div.DivClassName
{
background-color: #D3CFF4;
}
.BgClassName
{
background-color: #D3CFF4;
}
</style>
border-color css
<style>
span { border-color: #D3CFF4; }
span { border-color: rgb(211,207,244); }
td.TdClassName
{
border-color: #D3CFF4;
}
.TagClassName
{
border-color: #D3CFF4;
}
</style>