Shades of Quartz #D0CFE9
Tints of Quartz #D0CFE9
RGB
CMYK
RGB Variations
Color information
#D0CFE9 (or 0xD0CFE9) is known color: Quartz. HEX triplet: D0, CF and E9. RGB value is (208,207,233). Sum of RGB (Red+Green+Blue) = 208+207+233=648 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.10% from 648); Green value is 207 (81.25% from 255 or 31.94% from 648); Blue value is 233 (91.41% from 255 or 35.96% from 648); Max value from RGB is 233 - color contains mainly: blue. Hex color #D0CFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CFE9 is #2F3016. Grayscale: #D2D2D2. Windows color (decimal): -3092503 or 15323088. OLE color: 15323088.
HSL color Cylindrical-coordinate representation of color #D0CFE9: hue angle of 242.31º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0CFE9 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 207 | 233 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.09 |
| HSL | 242.31º | 0.37% | 0.86% | - |
| HSV(B) | 242.31º | 0.11% | 0.91% | - |
| XYZ | 63.03 | 63.92 | 86.11 | - |
| YUV | 210.26 | 140.83 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 207 | 233 | 0.11 | 0.11 | 0 | 0.09 | 242.31 | 0.37 | 0.86 |
| Hex | D0 | CF | E9 | B | B | 0 | 9 | F2 | 25 | 56 |
| Octal | 320 | 317 | 351 | 13 | 13 | 0 | 11 | 362 | 45 | 126 |
| Binary | 11010000 | 11001111 | 11101001 | 1011 | 1011 | 0 | 1001 | 11110010 | 100101 | 1010110 |
Color Harmonies of #D0CFE9
Complementary color
Monochromatic Colors of #D0CFE9
Black with #D0CFE9
Text Example
Text Example
White with #D0CFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CFE9; }
p { color: rgb(208,207,233); }
H1.HeaderClassName
{
color: #D0CFE9;
}
.AnyTagClassName
{
color: #D0CFE9;
}
</style>
background-color css
<style>
a { background-color: #D0CFE9; }
a { background-color: rgb(208,207,233); }
div.DivClassName
{
background-color: #D0CFE9;
}
.BgClassName
{
background-color: #D0CFE9;
}
</style>
border-color css
<style>
span { border-color: #D0CFE9; }
span { border-color: rgb(208,207,233); }
td.TdClassName
{
border-color: #D0CFE9;
}
.TagClassName
{
border-color: #D0CFE9;
}
</style>