Shades of Quartz #D2CEEB
Tints of Quartz #D2CEEB
RGB
CMYK
RGB Variations
Color information
#D2CEEB (or 0xD2CEEB) is known color: Quartz. HEX triplet: D2, CE and EB. RGB value is (210,206,235). Sum of RGB (Red+Green+Blue) = 210+206+235=651 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.26% from 651); Green value is 206 (80.86% from 255 or 31.64% from 651); Blue value is 235 (92.19% from 255 or 36.10% from 651); Max value from RGB is 235 - color contains mainly: blue. Hex color #D2CEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CEEB is #2D3114. Grayscale: #D2D2D2. Windows color (decimal): -2961685 or 15453906. OLE color: 15453906.
HSL color Cylindrical-coordinate representation of color #D2CEEB: hue angle of 248.28º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2CEEB is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 206 | 235 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.08 |
| HSL | 248.28º | 0.42% | 0.86% | - |
| HSV(B) | 248.28º | 0.12% | 0.92% | - |
| XYZ | 63.65 | 63.84 | 87.57 | - |
| YUV | 210.5 | 141.83 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 206 | 235 | 0.11 | 0.12 | 0 | 0.08 | 248.28 | 0.42 | 0.86 |
| Hex | D2 | CE | EB | B | C | 0 | 8 | F8 | 2A | 56 |
| Octal | 322 | 316 | 353 | 13 | 14 | 0 | 10 | 370 | 52 | 126 |
| Binary | 11010010 | 11001110 | 11101011 | 1011 | 1100 | 0 | 1000 | 11111000 | 101010 | 1010110 |
Color Harmonies of #D2CEEB
Complementary color
Monochromatic Colors of #D2CEEB
Black with #D2CEEB
Text Example
Text Example
White with #D2CEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CEEB; }
p { color: rgb(210,206,235); }
H1.HeaderClassName
{
color: #D2CEEB;
}
.AnyTagClassName
{
color: #D2CEEB;
}
</style>
background-color css
<style>
a { background-color: #D2CEEB; }
a { background-color: rgb(210,206,235); }
div.DivClassName
{
background-color: #D2CEEB;
}
.BgClassName
{
background-color: #D2CEEB;
}
</style>
border-color css
<style>
span { border-color: #D2CEEB; }
span { border-color: rgb(210,206,235); }
td.TdClassName
{
border-color: #D2CEEB;
}
.TagClassName
{
border-color: #D2CEEB;
}
</style>