Shades of Quartz #D3CFEF
Tints of Quartz #D3CFEF
RGB
CMYK
RGB Variations
Color information
#D3CFEF (or 0xD3CFEF) is known color: Quartz. HEX triplet: D3, CF and EF. RGB value is (211,207,239). Sum of RGB (Red+Green+Blue) = 211+207+239=657 (87% of max value = 765). Red value is 211 (82.81% from 255 or 32.12% from 657); Green value is 207 (81.25% from 255 or 31.51% from 657); Blue value is 239 (93.75% from 255 or 36.38% from 657); Max value from RGB is 239 - color contains mainly: blue. Hex color #D3CFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CFEF is #2C3010. Grayscale: #D3D3D3. Windows color (decimal): -2895889 or 15716307. OLE color: 15716307.
HSL color Cylindrical-coordinate representation of color #D3CFEF: hue angle of 247.5º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D3CFEF is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 207 | 239 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.06 |
| HSL | 247.5º | 0.5% | 0.87% | - |
| HSV(B) | 247.5º | 0.13% | 0.94% | - |
| XYZ | 64.76 | 64.71 | 90.74 | - |
| YUV | 211.84 | 143.33 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 207 | 239 | 0.12 | 0.13 | 0 | 0.06 | 247.5 | 0.5 | 0.87 |
| Hex | D3 | CF | EF | C | D | 0 | 6 | F8 | 32 | 57 |
| Octal | 323 | 317 | 357 | 14 | 15 | 0 | 6 | 370 | 62 | 127 |
| Binary | 11010011 | 11001111 | 11101111 | 1100 | 1101 | 0 | 110 | 11111000 | 110010 | 1010111 |
Color Harmonies of #D3CFEF
Complementary color
Monochromatic Colors of #D3CFEF
Black with #D3CFEF
Text Example
Text Example
White with #D3CFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CFEF; }
p { color: rgb(211,207,239); }
H1.HeaderClassName
{
color: #D3CFEF;
}
.AnyTagClassName
{
color: #D3CFEF;
}
</style>
background-color css
<style>
a { background-color: #D3CFEF; }
a { background-color: rgb(211,207,239); }
div.DivClassName
{
background-color: #D3CFEF;
}
.BgClassName
{
background-color: #D3CFEF;
}
</style>
border-color css
<style>
span { border-color: #D3CFEF; }
span { border-color: rgb(211,207,239); }
td.TdClassName
{
border-color: #D3CFEF;
}
.TagClassName
{
border-color: #D3CFEF;
}
</style>