Shades of Quartz #D0CFEA
Tints of Quartz #D0CFEA
RGB
CMYK
RGB Variations
Color information
#D0CFEA (or 0xD0CFEA) is known color: Quartz. HEX triplet: D0, CF and EA. RGB value is (208,207,234). Sum of RGB (Red+Green+Blue) = 208+207+234=649 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.05% from 649); Green value is 207 (81.25% from 255 or 31.90% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 234 - color contains mainly: blue. Hex color #D0CFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CFEA is #2F3015. Grayscale: #D2D2D2. Windows color (decimal): -3092502 or 15388624. OLE color: 15388624.
HSL color Cylindrical-coordinate representation of color #D0CFEA: hue angle of 242.22º degrees, saturation: 0.39, 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 #D0CFEA is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 207 | 234 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.08 |
| HSL | 242.22º | 0.39% | 0.86% | - |
| HSV(B) | 242.22º | 0.12% | 0.92% | - |
| XYZ | 63.18 | 63.98 | 86.86 | - |
| YUV | 210.38 | 141.33 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 207 | 234 | 0.11 | 0.12 | 0 | 0.08 | 242.22 | 0.39 | 0.86 |
| Hex | D0 | CF | EA | B | C | 0 | 8 | F2 | 27 | 56 |
| Octal | 320 | 317 | 352 | 13 | 14 | 0 | 10 | 362 | 47 | 126 |
| Binary | 11010000 | 11001111 | 11101010 | 1011 | 1100 | 0 | 1000 | 11110010 | 100111 | 1010110 |
Color Harmonies of #D0CFEA
Complementary color
Monochromatic Colors of #D0CFEA
Black with #D0CFEA
Text Example
Text Example
White with #D0CFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CFEA; }
p { color: rgb(208,207,234); }
H1.HeaderClassName
{
color: #D0CFEA;
}
.AnyTagClassName
{
color: #D0CFEA;
}
</style>
background-color css
<style>
a { background-color: #D0CFEA; }
a { background-color: rgb(208,207,234); }
div.DivClassName
{
background-color: #D0CFEA;
}
.BgClassName
{
background-color: #D0CFEA;
}
</style>
border-color css
<style>
span { border-color: #D0CFEA; }
span { border-color: rgb(208,207,234); }
td.TdClassName
{
border-color: #D0CFEA;
}
.TagClassName
{
border-color: #D0CFEA;
}
</style>