Shades of Spindle #C0CED4
Tints of Spindle #C0CED4
RGB
CMYK
RGB Variations
Color information
#C0CED4 (or 0xC0CED4) is known color: Spindle. HEX triplet: C0, CE and D4. RGB value is (192,206,212). Sum of RGB (Red+Green+Blue) = 192+206+212=610 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.48% from 610); Green value is 206 (80.86% from 255 or 33.77% from 610); Blue value is 212 (83.20% from 255 or 34.75% from 610); Max value from RGB is 212 - color contains mainly: blue. Hex color #C0CED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CED4 is #3F312B. Grayscale: #CACACA. Windows color (decimal): -4141356 or 13946560. OLE color: 13946560.
HSL color Cylindrical-coordinate representation of color #C0CED4: hue angle of 198º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0CED4 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 206 | 212 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.17 |
| HSL | 198º | 0.19% | 0.79% | - |
| HSV(B) | 198º | 0.09% | 0.83% | - |
| XYZ | 55.69 | 60.1 | 70.95 | - |
| YUV | 202.5 | 133.36 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 206 | 212 | 0.09 | 0.03 | 0 | 0.17 | 198 | 0.19 | 0.79 |
| Hex | C0 | CE | D4 | 9 | 3 | 0 | 11 | C6 | 13 | 4F |
| Octal | 300 | 316 | 324 | 11 | 3 | 0 | 21 | 306 | 23 | 117 |
| Binary | 11000000 | 11001110 | 11010100 | 1001 | 11 | 0 | 10001 | 11000110 | 10011 | 1001111 |
Color Harmonies of #C0CED4
Complementary color
Monochromatic Colors of #C0CED4
Black with #C0CED4
Text Example
Text Example
White with #C0CED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CED4; }
p { color: rgb(192,206,212); }
H1.HeaderClassName
{
color: #C0CED4;
}
.AnyTagClassName
{
color: #C0CED4;
}
</style>
background-color css
<style>
a { background-color: #C0CED4; }
a { background-color: rgb(192,206,212); }
div.DivClassName
{
background-color: #C0CED4;
}
.BgClassName
{
background-color: #C0CED4;
}
</style>
border-color css
<style>
span { border-color: #C0CED4; }
span { border-color: rgb(192,206,212); }
td.TdClassName
{
border-color: #C0CED4;
}
.TagClassName
{
border-color: #C0CED4;
}
</style>