Shades of Quartz #D0CCED
Tints of Quartz #D0CCED
RGB
CMYK
RGB Variations
Color information
#D0CCED (or 0xD0CCED) is known color: Quartz. HEX triplet: D0, CC and ED. RGB value is (208,204,237). Sum of RGB (Red+Green+Blue) = 208+204+237=649 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.05% from 649); Green value is 204 (80.08% from 255 or 31.43% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 237 - color contains mainly: blue. Hex color #D0CCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CCED is #2F3312. Grayscale: #D0D0D0. Windows color (decimal): -3093267 or 15584464. OLE color: 15584464.
HSL color Cylindrical-coordinate representation of color #D0CCED: hue angle of 247.27º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0CCED is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 208 | 204 | 237 | - |
CMYK | 0.12 | 0.14 | 0 | 0.07 |
HSL | 247.27º | 0.48% | 0.86% | - |
HSV(B) | 247.27º | 0.14% | 0.93% | - |
XYZ | 62.89 | 62.71 | 88.91 | - |
YUV | 208.96 | 143.83 | 127.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 204 | 237 | 0.12 | 0.14 | 0 | 0.07 | 247.27 | 0.48 | 0.86 |
Hex | D0 | CC | ED | C | E | 0 | 7 | F7 | 30 | 56 |
Octal | 320 | 314 | 355 | 14 | 16 | 0 | 7 | 367 | 60 | 126 |
Binary | 11010000 | 11001100 | 11101101 | 1100 | 1110 | 0 | 111 | 11110111 | 110000 | 1010110 |
Color Harmonies of #D0CCED
Complementary color
Monochromatic Colors of #D0CCED
Black with #D0CCED
Text Example
Text Example
White with #D0CCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CCED; }
p { color: rgb(208,204,237); }
H1.HeaderClassName
{
color: #D0CCED;
}
.AnyTagClassName
{
color: #D0CCED;
}
</style>
background-color css
<style>
a { background-color: #D0CCED; }
a { background-color: rgb(208,204,237); }
div.DivClassName
{
background-color: #D0CCED;
}
.BgClassName
{
background-color: #D0CCED;
}
</style>
border-color css
<style>
span { border-color: #D0CCED; }
span { border-color: rgb(208,204,237); }
td.TdClassName
{
border-color: #D0CCED;
}
.TagClassName
{
border-color: #D0CCED;
}
</style>