Shades of Spindle #C0D1DD
Tints of Spindle #C0D1DD
RGB
CMYK
RGB Variations
Color information
#C0D1DD (or 0xC0D1DD) is known color: Spindle. HEX triplet: C0, D1 and DD. RGB value is (192,209,221). Sum of RGB (Red+Green+Blue) = 192+209+221=622 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.87% from 622); Green value is 209 (82.03% from 255 or 33.60% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 221 - color contains mainly: blue. Hex color #C0D1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D1DD is #3F2E22. Grayscale: #CDCDCD. Windows color (decimal): -4140579 or 14537152. OLE color: 14537152.
HSL color Cylindrical-coordinate representation of color #C0D1DD: hue angle of 204.83º degrees, saturation: 0.3, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0D1DD is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 209 | 221 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.13 |
| HSL | 204.83º | 0.3% | 0.81% | - |
| HSV(B) | 204.83º | 0.13% | 0.87% | - |
| XYZ | 57.59 | 62.03 | 77.34 | - |
| YUV | 205.29 | 136.87 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 209 | 221 | 0.13 | 0.05 | 0 | 0.13 | 204.83 | 0.3 | 0.81 |
| Hex | C0 | D1 | DD | D | 5 | 0 | D | CD | 1E | 51 |
| Octal | 300 | 321 | 335 | 15 | 5 | 0 | 15 | 315 | 36 | 121 |
| Binary | 11000000 | 11010001 | 11011101 | 1101 | 101 | 0 | 1101 | 11001101 | 11110 | 1010001 |
Color Harmonies of #C0D1DD
Complementary color
Monochromatic Colors of #C0D1DD
Black with #C0D1DD
Text Example
Text Example
White with #C0D1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D1DD; }
p { color: rgb(192,209,221); }
H1.HeaderClassName
{
color: #C0D1DD;
}
.AnyTagClassName
{
color: #C0D1DD;
}
</style>
background-color css
<style>
a { background-color: #C0D1DD; }
a { background-color: rgb(192,209,221); }
div.DivClassName
{
background-color: #C0D1DD;
}
.BgClassName
{
background-color: #C0D1DD;
}
</style>
border-color css
<style>
span { border-color: #C0D1DD; }
span { border-color: rgb(192,209,221); }
td.TdClassName
{
border-color: #C0D1DD;
}
.TagClassName
{
border-color: #C0D1DD;
}
</style>