Shades of Spindle #C0CCD5
Tints of Spindle #C0CCD5
RGB
CMYK
RGB Variations
Color information
#C0CCD5 (or 0xC0CCD5) is known color: Spindle. HEX triplet: C0, CC and D5. RGB value is (192,204,213). Sum of RGB (Red+Green+Blue) = 192+204+213=609 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.53% from 609); Green value is 204 (80.08% from 255 or 33.50% from 609); Blue value is 213 (83.59% from 255 or 34.98% from 609); Max value from RGB is 213 - color contains mainly: blue. Hex color #C0CCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CCD5 is #3F332A. Grayscale: #C9C9C9. Windows color (decimal): -4141867 or 14011584. OLE color: 14011584.
HSL color Cylindrical-coordinate representation of color #C0CCD5: hue angle of 205.71º 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 #C0CCD5 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 192 | 204 | 213 | - |
CMYK | 0.10 | 0.04 | 0 | 0.16 |
HSL | 205.71º | 0.2% | 0.79% | - |
HSV(B) | 205.71º | 0.1% | 0.84% | - |
XYZ | 55.34 | 59.2 | 71.46 | - |
YUV | 201.44 | 134.52 | 121.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 204 | 213 | 0.10 | 0.04 | 0 | 0.16 | 205.71 | 0.2 | 0.79 |
Hex | C0 | CC | D5 | A | 4 | 0 | 10 | CE | 14 | 4F |
Octal | 300 | 314 | 325 | 12 | 4 | 0 | 20 | 316 | 24 | 117 |
Binary | 11000000 | 11001100 | 11010101 | 1010 | 100 | 0 | 10000 | 11001110 | 10100 | 1001111 |
Color Harmonies of #C0CCD5
Complementary color
Monochromatic Colors of #C0CCD5
Black with #C0CCD5
Text Example
Text Example
White with #C0CCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CCD5; }
p { color: rgb(192,204,213); }
H1.HeaderClassName
{
color: #C0CCD5;
}
.AnyTagClassName
{
color: #C0CCD5;
}
</style>
background-color css
<style>
a { background-color: #C0CCD5; }
a { background-color: rgb(192,204,213); }
div.DivClassName
{
background-color: #C0CCD5;
}
.BgClassName
{
background-color: #C0CCD5;
}
</style>
border-color css
<style>
span { border-color: #C0CCD5; }
span { border-color: rgb(192,204,213); }
td.TdClassName
{
border-color: #C0CCD5;
}
.TagClassName
{
border-color: #C0CCD5;
}
</style>