Shades of Quartz #D0CFEF
Tints of Quartz #D0CFEF
RGB
CMYK
RGB Variations
Color information
#D0CFEF (or 0xD0CFEF) is known color: Quartz. HEX triplet: D0, CF and EF. RGB value is (208,207,239). Sum of RGB (Red+Green+Blue) = 208+207+239=654 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.80% from 654); Green value is 207 (81.25% from 255 or 31.65% from 654); Blue value is 239 (93.75% from 255 or 36.54% from 654); Max value from RGB is 239 - color contains mainly: blue. Hex color #D0CFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CFEF is #2F3010. Grayscale: #D2D2D2. Windows color (decimal): -3092497 or 15716304. OLE color: 15716304.
HSL color Cylindrical-coordinate representation of color #D0CFEF: hue angle of 241.88º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0CFEF is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 207 | 239 | - |
| CMYK | 0.13 | 0.13 | 0 | 0.06 |
| HSL | 241.88º | 0.5% | 0.87% | - |
| HSV(B) | 241.88º | 0.13% | 0.94% | - |
| XYZ | 63.91 | 64.27 | 90.7 | - |
| YUV | 210.95 | 143.83 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 207 | 239 | 0.13 | 0.13 | 0 | 0.06 | 241.88 | 0.5 | 0.87 |
| Hex | D0 | CF | EF | D | D | 0 | 6 | F2 | 32 | 57 |
| Octal | 320 | 317 | 357 | 15 | 15 | 0 | 6 | 362 | 62 | 127 |
| Binary | 11010000 | 11001111 | 11101111 | 1101 | 1101 | 0 | 110 | 11110010 | 110010 | 1010111 |
Color Harmonies of #D0CFEF
Complementary color
Monochromatic Colors of #D0CFEF
Black with #D0CFEF
Text Example
Text Example
White with #D0CFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CFEF; }
p { color: rgb(208,207,239); }
H1.HeaderClassName
{
color: #D0CFEF;
}
.AnyTagClassName
{
color: #D0CFEF;
}
</style>
background-color css
<style>
a { background-color: #D0CFEF; }
a { background-color: rgb(208,207,239); }
div.DivClassName
{
background-color: #D0CFEF;
}
.BgClassName
{
background-color: #D0CFEF;
}
</style>
border-color css
<style>
span { border-color: #D0CFEF; }
span { border-color: rgb(208,207,239); }
td.TdClassName
{
border-color: #D0CFEF;
}
.TagClassName
{
border-color: #D0CFEF;
}
</style>