Shades of Spindle #C1CDD6
Tints of Spindle #C1CDD6
RGB
CMYK
RGB Variations
Color information
#C1CDD6 (or 0xC1CDD6) is known color: Spindle. HEX triplet: C1, CD and D6. RGB value is (193,205,214). Sum of RGB (Red+Green+Blue) = 193+205+214=612 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.54% from 612); Green value is 205 (80.47% from 255 or 33.50% from 612); Blue value is 214 (83.98% from 255 or 34.97% from 612); Max value from RGB is 214 - color contains mainly: blue. Hex color #C1CDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CDD6 is #3E3229. Grayscale: #CACACA. Windows color (decimal): -4076074 or 14077377. OLE color: 14077377.
HSL color Cylindrical-coordinate representation of color #C1CDD6: hue angle of 205.71º degrees, saturation: 0.2, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C1CDD6 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 205 | 214 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.16 |
| HSL | 205.71º | 0.2% | 0.8% | - |
| HSV(B) | 205.71º | 0.1% | 0.84% | - |
| XYZ | 55.96 | 59.86 | 72.22 | - |
| YUV | 202.44 | 134.52 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 205 | 214 | 0.10 | 0.04 | 0 | 0.16 | 205.71 | 0.2 | 0.8 |
| Hex | C1 | CD | D6 | A | 4 | 0 | 10 | CE | 14 | 50 |
| Octal | 301 | 315 | 326 | 12 | 4 | 0 | 20 | 316 | 24 | 120 |
| Binary | 11000001 | 11001101 | 11010110 | 1010 | 100 | 0 | 10000 | 11001110 | 10100 | 1010000 |
Color Harmonies of #C1CDD6
Complementary color
Monochromatic Colors of #C1CDD6
Black with #C1CDD6
Text Example
Text Example
White with #C1CDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CDD6; }
p { color: rgb(193,205,214); }
H1.HeaderClassName
{
color: #C1CDD6;
}
.AnyTagClassName
{
color: #C1CDD6;
}
</style>
background-color css
<style>
a { background-color: #C1CDD6; }
a { background-color: rgb(193,205,214); }
div.DivClassName
{
background-color: #C1CDD6;
}
.BgClassName
{
background-color: #C1CDD6;
}
</style>
border-color css
<style>
span { border-color: #C1CDD6; }
span { border-color: rgb(193,205,214); }
td.TdClassName
{
border-color: #C1CDD6;
}
.TagClassName
{
border-color: #C1CDD6;
}
</style>