Shades of Spindle #C0CED6
Tints of Spindle #C0CED6
RGB
CMYK
RGB Variations
Color information
#C0CED6 (or 0xC0CED6) is known color: Spindle. HEX triplet: C0, CE and D6. RGB value is (192,206,214). Sum of RGB (Red+Green+Blue) = 192+206+214=612 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.37% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 214 (83.98% from 255 or 34.97% from 612); Max value from RGB is 214 - color contains mainly: blue. Hex color #C0CED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CED6 is #3F3129. Grayscale: #CACACA. Windows color (decimal): -4141354 or 14077632. OLE color: 14077632.
HSL color Cylindrical-coordinate representation of color #C0CED6: hue angle of 201.82º degrees, saturation: 0.21, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0CED6 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 206 | 214 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.16 |
| HSL | 201.82º | 0.21% | 0.8% | - |
| HSV(B) | 201.82º | 0.1% | 0.84% | - |
| XYZ | 55.95 | 60.2 | 72.29 | - |
| YUV | 202.73 | 134.36 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 206 | 214 | 0.10 | 0.04 | 0 | 0.16 | 201.82 | 0.21 | 0.8 |
| Hex | C0 | CE | D6 | A | 4 | 0 | 10 | CA | 15 | 50 |
| Octal | 300 | 316 | 326 | 12 | 4 | 0 | 20 | 312 | 25 | 120 |
| Binary | 11000000 | 11001110 | 11010110 | 1010 | 100 | 0 | 10000 | 11001010 | 10101 | 1010000 |
Color Harmonies of #C0CED6
Complementary color
Monochromatic Colors of #C0CED6
Black with #C0CED6
Text Example
Text Example
White with #C0CED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CED6; }
p { color: rgb(192,206,214); }
H1.HeaderClassName
{
color: #C0CED6;
}
.AnyTagClassName
{
color: #C0CED6;
}
</style>
background-color css
<style>
a { background-color: #C0CED6; }
a { background-color: rgb(192,206,214); }
div.DivClassName
{
background-color: #C0CED6;
}
.BgClassName
{
background-color: #C0CED6;
}
</style>
border-color css
<style>
span { border-color: #C0CED6; }
span { border-color: rgb(192,206,214); }
td.TdClassName
{
border-color: #C0CED6;
}
.TagClassName
{
border-color: #C0CED6;
}
</style>