Shades of Quartz #D3CFEE
Tints of Quartz #D3CFEE
RGB
CMYK
RGB Variations
Color information
#D3CFEE (or 0xD3CFEE) is known color: Quartz. HEX triplet: D3, CF and EE. RGB value is (211,207,238). Sum of RGB (Red+Green+Blue) = 211+207+238=656 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.16% from 656); Green value is 207 (81.25% from 255 or 31.55% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 238 - color contains mainly: blue. Hex color #D3CFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CFEE is #2C3011. Grayscale: #D3D3D3. Windows color (decimal): -2895890 or 15650771. OLE color: 15650771.
HSL color Cylindrical-coordinate representation of color #D3CFEE: hue angle of 247.74º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D3CFEE is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 207 | 238 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.07 |
| HSL | 247.74º | 0.48% | 0.87% | - |
| HSV(B) | 247.74º | 0.13% | 0.93% | - |
| XYZ | 64.61 | 64.65 | 89.96 | - |
| YUV | 211.73 | 142.83 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 207 | 238 | 0.11 | 0.13 | 0 | 0.07 | 247.74 | 0.48 | 0.87 |
| Hex | D3 | CF | EE | B | D | 0 | 7 | F8 | 30 | 57 |
| Octal | 323 | 317 | 356 | 13 | 15 | 0 | 7 | 370 | 60 | 127 |
| Binary | 11010011 | 11001111 | 11101110 | 1011 | 1101 | 0 | 111 | 11111000 | 110000 | 1010111 |
Color Harmonies of #D3CFEE
Complementary color
Monochromatic Colors of #D3CFEE
Black with #D3CFEE
Text Example
Text Example
White with #D3CFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CFEE; }
p { color: rgb(211,207,238); }
H1.HeaderClassName
{
color: #D3CFEE;
}
.AnyTagClassName
{
color: #D3CFEE;
}
</style>
background-color css
<style>
a { background-color: #D3CFEE; }
a { background-color: rgb(211,207,238); }
div.DivClassName
{
background-color: #D3CFEE;
}
.BgClassName
{
background-color: #D3CFEE;
}
</style>
border-color css
<style>
span { border-color: #D3CFEE; }
span { border-color: rgb(211,207,238); }
td.TdClassName
{
border-color: #D3CFEE;
}
.TagClassName
{
border-color: #D3CFEE;
}
</style>