Shades of Spindle #C0CDD5
Tints of Spindle #C0CDD5
RGB
CMYK
RGB Variations
Color information
#C0CDD5 (or 0xC0CDD5) is known color: Spindle. HEX triplet: C0, CD and D5. RGB value is (192,205,213). Sum of RGB (Red+Green+Blue) = 192+205+213=610 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.48% from 610); Green value is 205 (80.47% from 255 or 33.61% from 610); Blue value is 213 (83.59% from 255 or 34.92% from 610); Max value from RGB is 213 - color contains mainly: blue. Hex color #C0CDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CDD5 is #3F322A. Grayscale: #C9C9C9. Windows color (decimal): -4141611 or 14011840. OLE color: 14011840.
HSL color Cylindrical-coordinate representation of color #C0CDD5: hue angle of 202.86º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0CDD5 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 192 | 205 | 213 | - |
CMYK | 0.10 | 0.04 | 0 | 0.16 |
HSL | 202.86º | 0.2% | 0.79% | - |
HSV(B) | 202.86º | 0.1% | 0.84% | - |
XYZ | 55.58 | 59.67 | 71.54 | - |
YUV | 202.03 | 134.19 | 120.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 205 | 213 | 0.10 | 0.04 | 0 | 0.16 | 202.86 | 0.2 | 0.79 |
Hex | C0 | CD | D5 | A | 4 | 0 | 10 | CB | 14 | 4F |
Octal | 300 | 315 | 325 | 12 | 4 | 0 | 20 | 313 | 24 | 117 |
Binary | 11000000 | 11001101 | 11010101 | 1010 | 100 | 0 | 10000 | 11001011 | 10100 | 1001111 |
Color Harmonies of #C0CDD5
Complementary color
Monochromatic Colors of #C0CDD5
Black with #C0CDD5
Text Example
Text Example
White with #C0CDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CDD5; }
p { color: rgb(192,205,213); }
H1.HeaderClassName
{
color: #C0CDD5;
}
.AnyTagClassName
{
color: #C0CDD5;
}
</style>
background-color css
<style>
a { background-color: #C0CDD5; }
a { background-color: rgb(192,205,213); }
div.DivClassName
{
background-color: #C0CDD5;
}
.BgClassName
{
background-color: #C0CDD5;
}
</style>
border-color css
<style>
span { border-color: #C0CDD5; }
span { border-color: rgb(192,205,213); }
td.TdClassName
{
border-color: #C0CDD5;
}
.TagClassName
{
border-color: #C0CDD5;
}
</style>