Shades of Spindle #C1CCD1
Tints of Spindle #C1CCD1
RGB
CMYK
RGB Variations
Color information
#C1CCD1 (or 0xC1CCD1) is known color: Spindle. HEX triplet: C1, CC and D1. RGB value is (193,204,209). Sum of RGB (Red+Green+Blue) = 193+204+209=606 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.85% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 209 (82.03% from 255 or 34.49% from 606); Max value from RGB is 209 - color contains mainly: blue. Hex color #C1CCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CCD1 is #3E332E. Grayscale: #C9C9C9. Windows color (decimal): -4076335 or 13749441. OLE color: 13749441.
HSL color Cylindrical-coordinate representation of color #C1CCD1: hue angle of 198.75º degrees, saturation: 0.15, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C1CCD1 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 204 | 209 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.18 |
| HSL | 198.75º | 0.15% | 0.79% | - |
| HSV(B) | 198.75º | 0.08% | 0.82% | - |
| XYZ | 55.09 | 59.13 | 68.83 | - |
| YUV | 201.28 | 132.36 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 204 | 209 | 0.08 | 0.02 | 0 | 0.18 | 198.75 | 0.15 | 0.79 |
| Hex | C1 | CC | D1 | 8 | 2 | 0 | 12 | C7 | F | 4F |
| Octal | 301 | 314 | 321 | 10 | 2 | 0 | 22 | 307 | 17 | 117 |
| Binary | 11000001 | 11001100 | 11010001 | 1000 | 10 | 0 | 10010 | 11000111 | 1111 | 1001111 |
Color Harmonies of #C1CCD1
Complementary color
Monochromatic Colors of #C1CCD1
Black with #C1CCD1
Text Example
Text Example
White with #C1CCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CCD1; }
p { color: rgb(193,204,209); }
H1.HeaderClassName
{
color: #C1CCD1;
}
.AnyTagClassName
{
color: #C1CCD1;
}
</style>
background-color css
<style>
a { background-color: #C1CCD1; }
a { background-color: rgb(193,204,209); }
div.DivClassName
{
background-color: #C1CCD1;
}
.BgClassName
{
background-color: #C1CCD1;
}
</style>
border-color css
<style>
span { border-color: #C1CCD1; }
span { border-color: rgb(193,204,209); }
td.TdClassName
{
border-color: #C1CCD1;
}
.TagClassName
{
border-color: #C1CCD1;
}
</style>