Shades of Spindle #C1CFD5
Tints of Spindle #C1CFD5
RGB
CMYK
RGB Variations
Color information
#C1CFD5 (or 0xC1CFD5) is known color: Spindle. HEX triplet: C1, CF and D5. RGB value is (193,207,213). Sum of RGB (Red+Green+Blue) = 193+207+213=613 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.48% from 613); Green value is 207 (81.25% from 255 or 33.77% from 613); Blue value is 213 (83.59% from 255 or 34.75% from 613); Max value from RGB is 213 - color contains mainly: blue. Hex color #C1CFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CFD5 is #3E302A. Grayscale: #CBCBCB. Windows color (decimal): -4075563 or 14012353. OLE color: 14012353.
HSL color Cylindrical-coordinate representation of color #C1CFD5: hue angle of 198º degrees, saturation: 0.19, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C1CFD5 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 207 | 213 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.16 |
| HSL | 198º | 0.19% | 0.8% | - |
| HSV(B) | 198º | 0.09% | 0.84% | - |
| XYZ | 56.32 | 60.77 | 71.71 | - |
| YUV | 203.5 | 133.36 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 207 | 213 | 0.09 | 0.03 | 0 | 0.16 | 198 | 0.19 | 0.8 |
| Hex | C1 | CF | D5 | 9 | 3 | 0 | 10 | C6 | 13 | 50 |
| Octal | 301 | 317 | 325 | 11 | 3 | 0 | 20 | 306 | 23 | 120 |
| Binary | 11000001 | 11001111 | 11010101 | 1001 | 11 | 0 | 10000 | 11000110 | 10011 | 1010000 |
Color Harmonies of #C1CFD5
Complementary color
Monochromatic Colors of #C1CFD5
Black with #C1CFD5
Text Example
Text Example
White with #C1CFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CFD5; }
p { color: rgb(193,207,213); }
H1.HeaderClassName
{
color: #C1CFD5;
}
.AnyTagClassName
{
color: #C1CFD5;
}
</style>
background-color css
<style>
a { background-color: #C1CFD5; }
a { background-color: rgb(193,207,213); }
div.DivClassName
{
background-color: #C1CFD5;
}
.BgClassName
{
background-color: #C1CFD5;
}
</style>
border-color css
<style>
span { border-color: #C1CFD5; }
span { border-color: rgb(193,207,213); }
td.TdClassName
{
border-color: #C1CFD5;
}
.TagClassName
{
border-color: #C1CFD5;
}
</style>