Shades of Quartz #D0CFED
Tints of Quartz #D0CFED
RGB
CMYK
RGB Variations
Color information
#D0CFED (or 0xD0CFED) is known color: Quartz. HEX triplet: D0, CF and ED. RGB value is (208,207,237). Sum of RGB (Red+Green+Blue) = 208+207+237=652 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.90% from 652); Green value is 207 (81.25% from 255 or 31.75% from 652); Blue value is 237 (92.97% from 255 or 36.35% from 652); Max value from RGB is 237 - color contains mainly: blue. Hex color #D0CFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CFED is #2F3012. Grayscale: #D2D2D2. Windows color (decimal): -3092499 or 15585232. OLE color: 15585232.
HSL color Cylindrical-coordinate representation of color #D0CFED: hue angle of 242º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0CFED is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 208 | 207 | 237 | - |
CMYK | 0.12 | 0.13 | 0 | 0.07 |
HSL | 242º | 0.45% | 0.87% | - |
HSV(B) | 242º | 0.13% | 0.93% | - |
XYZ | 63.61 | 64.15 | 89.15 | - |
YUV | 210.72 | 142.83 | 126.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 207 | 237 | 0.12 | 0.13 | 0 | 0.07 | 242 | 0.45 | 0.87 |
Hex | D0 | CF | ED | C | D | 0 | 7 | F2 | 2D | 57 |
Octal | 320 | 317 | 355 | 14 | 15 | 0 | 7 | 362 | 55 | 127 |
Binary | 11010000 | 11001111 | 11101101 | 1100 | 1101 | 0 | 111 | 11110010 | 101101 | 1010111 |
Color Harmonies of #D0CFED
Complementary color
Monochromatic Colors of #D0CFED
Black with #D0CFED
Text Example
Text Example
White with #D0CFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CFED; }
p { color: rgb(208,207,237); }
H1.HeaderClassName
{
color: #D0CFED;
}
.AnyTagClassName
{
color: #D0CFED;
}
</style>
background-color css
<style>
a { background-color: #D0CFED; }
a { background-color: rgb(208,207,237); }
div.DivClassName
{
background-color: #D0CFED;
}
.BgClassName
{
background-color: #D0CFED;
}
</style>
border-color css
<style>
span { border-color: #D0CFED; }
span { border-color: rgb(208,207,237); }
td.TdClassName
{
border-color: #D0CFED;
}
.TagClassName
{
border-color: #D0CFED;
}
</style>