Shades of Quartz #D2CEEF
Tints of Quartz #D2CEEF
RGB
CMYK
RGB Variations
Color information
#D2CEEF (or 0xD2CEEF) is known color: Quartz. HEX triplet: D2, CE and EF. RGB value is (210,206,239). Sum of RGB (Red+Green+Blue) = 210+206+239=655 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.06% from 655); Green value is 206 (80.86% from 255 or 31.45% from 655); Blue value is 239 (93.75% from 255 or 36.49% from 655); Max value from RGB is 239 - color contains mainly: blue. Hex color #D2CEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CEEF is #2D3110. Grayscale: #D2D2D2. Windows color (decimal): -2961681 or 15716050. OLE color: 15716050.
HSL color Cylindrical-coordinate representation of color #D2CEEF: hue angle of 247.27º 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 #D2CEEF is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 206 | 239 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.06 |
| HSL | 247.27º | 0.51% | 0.87% | - |
| HSV(B) | 247.27º | 0.14% | 0.94% | - |
| XYZ | 64.23 | 64.08 | 90.64 | - |
| YUV | 210.96 | 143.83 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 206 | 239 | 0.12 | 0.14 | 0 | 0.06 | 247.27 | 0.51 | 0.87 |
| Hex | D2 | CE | EF | C | E | 0 | 6 | F7 | 33 | 57 |
| Octal | 322 | 316 | 357 | 14 | 16 | 0 | 6 | 367 | 63 | 127 |
| Binary | 11010010 | 11001110 | 11101111 | 1100 | 1110 | 0 | 110 | 11110111 | 110011 | 1010111 |
Color Harmonies of #D2CEEF
Complementary color
Monochromatic Colors of #D2CEEF
Black with #D2CEEF
Text Example
Text Example
White with #D2CEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CEEF; }
p { color: rgb(210,206,239); }
H1.HeaderClassName
{
color: #D2CEEF;
}
.AnyTagClassName
{
color: #D2CEEF;
}
</style>
background-color css
<style>
a { background-color: #D2CEEF; }
a { background-color: rgb(210,206,239); }
div.DivClassName
{
background-color: #D2CEEF;
}
.BgClassName
{
background-color: #D2CEEF;
}
</style>
border-color css
<style>
span { border-color: #D2CEEF; }
span { border-color: rgb(210,206,239); }
td.TdClassName
{
border-color: #D2CEEF;
}
.TagClassName
{
border-color: #D2CEEF;
}
</style>