Shades of Quartz #D3CEEF
Tints of Quartz #D3CEEF
RGB
CMYK
RGB Variations
Color information
#D3CEEF (or 0xD3CEEF) is known color: Quartz. HEX triplet: D3, CE and EF. RGB value is (211,206,239). Sum of RGB (Red+Green+Blue) = 211+206+239=656 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.16% from 656); Green value is 206 (80.86% from 255 or 31.40% from 656); Blue value is 239 (93.75% from 255 or 36.43% from 656); Max value from RGB is 239 - color contains mainly: blue. Hex color #D3CEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CEEF is #2C3110. Grayscale: #D3D3D3. Windows color (decimal): -2896145 or 15716051. OLE color: 15716051.
HSL color Cylindrical-coordinate representation of color #D3CEEF: hue angle of 249.09º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D3CEEF is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 206 | 239 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.06 |
| HSL | 249.09º | 0.51% | 0.87% | - |
| HSV(B) | 249.09º | 0.14% | 0.94% | - |
| XYZ | 64.52 | 64.22 | 90.66 | - |
| YUV | 211.26 | 143.66 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 206 | 239 | 0.12 | 0.14 | 0 | 0.06 | 249.09 | 0.51 | 0.87 |
| Hex | D3 | CE | EF | C | E | 0 | 6 | F9 | 33 | 57 |
| Octal | 323 | 316 | 357 | 14 | 16 | 0 | 6 | 371 | 63 | 127 |
| Binary | 11010011 | 11001110 | 11101111 | 1100 | 1110 | 0 | 110 | 11111001 | 110011 | 1010111 |
Color Harmonies of #D3CEEF
Complementary color
Monochromatic Colors of #D3CEEF
Black with #D3CEEF
Text Example
Text Example
White with #D3CEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CEEF; }
p { color: rgb(211,206,239); }
H1.HeaderClassName
{
color: #D3CEEF;
}
.AnyTagClassName
{
color: #D3CEEF;
}
</style>
background-color css
<style>
a { background-color: #D3CEEF; }
a { background-color: rgb(211,206,239); }
div.DivClassName
{
background-color: #D3CEEF;
}
.BgClassName
{
background-color: #D3CEEF;
}
</style>
border-color css
<style>
span { border-color: #D3CEEF; }
span { border-color: rgb(211,206,239); }
td.TdClassName
{
border-color: #D3CEEF;
}
.TagClassName
{
border-color: #D3CEEF;
}
</style>