Shades of Quartz #D3CFE7
Tints of Quartz #D3CFE7
RGB
CMYK
RGB Variations
Color information
#D3CFE7 (or 0xD3CFE7) is known color: Quartz. HEX triplet: D3, CF and E7. RGB value is (211,207,231). Sum of RGB (Red+Green+Blue) = 211+207+231=649 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.51% from 649); Green value is 207 (81.25% from 255 or 31.90% from 649); Blue value is 231 (90.62% from 255 or 35.59% from 649); Max value from RGB is 231 - color contains mainly: blue. Hex color #D3CFE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CFE7 is #2C3018. Grayscale: #D2D2D2. Windows color (decimal): -2895897 or 15192019. OLE color: 15192019.
HSL color Cylindrical-coordinate representation of color #D3CFE7: hue angle of 250º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D3CFE7 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 207 | 231 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.09 |
| HSL | 250º | 0.33% | 0.86% | - |
| HSV(B) | 250º | 0.1% | 0.91% | - |
| XYZ | 63.6 | 64.24 | 84.65 | - |
| YUV | 210.93 | 139.33 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 207 | 231 | 0.09 | 0.10 | 0 | 0.09 | 250 | 0.33 | 0.86 |
| Hex | D3 | CF | E7 | 9 | A | 0 | 9 | FA | 21 | 56 |
| Octal | 323 | 317 | 347 | 11 | 12 | 0 | 11 | 372 | 41 | 126 |
| Binary | 11010011 | 11001111 | 11100111 | 1001 | 1010 | 0 | 1001 | 11111010 | 100001 | 1010110 |
Color Harmonies of #D3CFE7
Complementary color
Monochromatic Colors of #D3CFE7
Black with #D3CFE7
Text Example
Text Example
White with #D3CFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CFE7; }
p { color: rgb(211,207,231); }
H1.HeaderClassName
{
color: #D3CFE7;
}
.AnyTagClassName
{
color: #D3CFE7;
}
</style>
background-color css
<style>
a { background-color: #D3CFE7; }
a { background-color: rgb(211,207,231); }
div.DivClassName
{
background-color: #D3CFE7;
}
.BgClassName
{
background-color: #D3CFE7;
}
</style>
border-color css
<style>
span { border-color: #D3CFE7; }
span { border-color: rgb(211,207,231); }
td.TdClassName
{
border-color: #D3CFE7;
}
.TagClassName
{
border-color: #D3CFE7;
}
</style>