Shades of Quartz #CCD0EF
Tints of Quartz #CCD0EF
RGB
CMYK
RGB Variations
Color information
#CCD0EF (or 0xCCD0EF) is known color: Quartz. HEX triplet: CC, D0 and EF. RGB value is (204,208,239). Sum of RGB (Red+Green+Blue) = 204+208+239=651 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.34% from 651); Green value is 208 (81.64% from 255 or 31.95% from 651); Blue value is 239 (93.75% from 255 or 36.71% from 651); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCD0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD0EF is #332F10. Grayscale: #D2D2D2. Windows color (decimal): -3354385 or 15716556. OLE color: 15716556.
HSL color Cylindrical-coordinate representation of color #CCD0EF: hue angle of 233.14º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCD0EF is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 208 | 239 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.06 |
| HSL | 233.14º | 0.52% | 0.87% | - |
| HSV(B) | 233.14º | 0.15% | 0.94% | - |
| XYZ | 63.04 | 64.18 | 90.73 | - |
| YUV | 210.34 | 144.17 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 239 | 0.15 | 0.13 | 0 | 0.06 | 233.14 | 0.52 | 0.87 |
| Hex | CC | D0 | EF | F | D | 0 | 6 | E9 | 34 | 57 |
| Octal | 314 | 320 | 357 | 17 | 15 | 0 | 6 | 351 | 64 | 127 |
| Binary | 11001100 | 11010000 | 11101111 | 1111 | 1101 | 0 | 110 | 11101001 | 110100 | 1010111 |
Color Harmonies of #CCD0EF
Complementary color
Monochromatic Colors of #CCD0EF
Black with #CCD0EF
Text Example
Text Example
White with #CCD0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD0EF; }
p { color: rgb(204,208,239); }
H1.HeaderClassName
{
color: #CCD0EF;
}
.AnyTagClassName
{
color: #CCD0EF;
}
</style>
background-color css
<style>
a { background-color: #CCD0EF; }
a { background-color: rgb(204,208,239); }
div.DivClassName
{
background-color: #CCD0EF;
}
.BgClassName
{
background-color: #CCD0EF;
}
</style>
border-color css
<style>
span { border-color: #CCD0EF; }
span { border-color: rgb(204,208,239); }
td.TdClassName
{
border-color: #CCD0EF;
}
.TagClassName
{
border-color: #CCD0EF;
}
</style>