Shades of Quartz #D0CEED
Tints of Quartz #D0CEED
RGB
CMYK
RGB Variations
Color information
#D0CEED (or 0xD0CEED) is known color: Quartz. HEX triplet: D0, CE and ED. RGB value is (208,206,237). Sum of RGB (Red+Green+Blue) = 208+206+237=651 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.95% from 651); Green value is 206 (80.86% from 255 or 31.64% from 651); Blue value is 237 (92.97% from 255 or 36.41% from 651); Max value from RGB is 237 - color contains mainly: blue. Hex color #D0CEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CEED is #2F3112. Grayscale: #D2D2D2. Windows color (decimal): -3092755 or 15584976. OLE color: 15584976.
HSL color Cylindrical-coordinate representation of color #D0CEED: hue angle of 243.87º degrees, saturation: 0.46, 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 #D0CEED is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 208 | 206 | 237 | - |
CMYK | 0.12 | 0.13 | 0 | 0.07 |
HSL | 243.87º | 0.46% | 0.87% | - |
HSV(B) | 243.87º | 0.13% | 0.93% | - |
XYZ | 63.37 | 63.67 | 89.07 | - |
YUV | 210.13 | 143.16 | 126.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 206 | 237 | 0.12 | 0.13 | 0 | 0.07 | 243.87 | 0.46 | 0.87 |
Hex | D0 | CE | ED | C | D | 0 | 7 | F4 | 2E | 57 |
Octal | 320 | 316 | 355 | 14 | 15 | 0 | 7 | 364 | 56 | 127 |
Binary | 11010000 | 11001110 | 11101101 | 1100 | 1101 | 0 | 111 | 11110100 | 101110 | 1010111 |
Color Harmonies of #D0CEED
Complementary color
Monochromatic Colors of #D0CEED
Black with #D0CEED
Text Example
Text Example
White with #D0CEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CEED; }
p { color: rgb(208,206,237); }
H1.HeaderClassName
{
color: #D0CEED;
}
.AnyTagClassName
{
color: #D0CEED;
}
</style>
background-color css
<style>
a { background-color: #D0CEED; }
a { background-color: rgb(208,206,237); }
div.DivClassName
{
background-color: #D0CEED;
}
.BgClassName
{
background-color: #D0CEED;
}
</style>
border-color css
<style>
span { border-color: #D0CEED; }
span { border-color: rgb(208,206,237); }
td.TdClassName
{
border-color: #D0CEED;
}
.TagClassName
{
border-color: #D0CEED;
}
</style>