Shades of Spindle #C0D2DD
Tints of Spindle #C0D2DD
RGB
CMYK
RGB Variations
Color information
#C0D2DD (or 0xC0D2DD) is known color: Spindle. HEX triplet: C0, D2 and DD. RGB value is (192,210,221). Sum of RGB (Red+Green+Blue) = 192+210+221=623 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.82% from 623); Green value is 210 (82.42% from 255 or 33.71% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 221 - color contains mainly: blue. Hex color #C0D2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D2DD is #3F2D22. Grayscale: #CDCDCD. Windows color (decimal): -4140323 or 14537408. OLE color: 14537408.
HSL color Cylindrical-coordinate representation of color #C0D2DD: hue angle of 202.76º 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 #C0D2DD is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 210 | 221 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.13 |
| HSL | 202.76º | 0.3% | 0.81% | - |
| HSV(B) | 202.76º | 0.13% | 0.87% | - |
| XYZ | 57.84 | 62.52 | 77.43 | - |
| YUV | 205.87 | 136.54 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 210 | 221 | 0.13 | 0.05 | 0 | 0.13 | 202.76 | 0.3 | 0.81 |
| Hex | C0 | D2 | DD | D | 5 | 0 | D | CB | 1E | 51 |
| Octal | 300 | 322 | 335 | 15 | 5 | 0 | 15 | 313 | 36 | 121 |
| Binary | 11000000 | 11010010 | 11011101 | 1101 | 101 | 0 | 1101 | 11001011 | 11110 | 1010001 |
Color Harmonies of #C0D2DD
Complementary color
Monochromatic Colors of #C0D2DD
Black with #C0D2DD
Text Example
Text Example
White with #C0D2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D2DD; }
p { color: rgb(192,210,221); }
H1.HeaderClassName
{
color: #C0D2DD;
}
.AnyTagClassName
{
color: #C0D2DD;
}
</style>
background-color css
<style>
a { background-color: #C0D2DD; }
a { background-color: rgb(192,210,221); }
div.DivClassName
{
background-color: #C0D2DD;
}
.BgClassName
{
background-color: #C0D2DD;
}
</style>
border-color css
<style>
span { border-color: #C0D2DD; }
span { border-color: rgb(192,210,221); }
td.TdClassName
{
border-color: #C0D2DD;
}
.TagClassName
{
border-color: #C0D2DD;
}
</style>