Shades of Spindle #C2CBD1
Tints of Spindle #C2CBD1
RGB
CMYK
RGB Variations
Color information
#C2CBD1 (or 0xC2CBD1) is known color: Spindle. HEX triplet: C2, CB and D1. RGB value is (194,203,209). Sum of RGB (Red+Green+Blue) = 194+203+209=606 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.01% from 606); Green value is 203 (79.69% from 255 or 33.50% 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 #C2CBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CBD1 is #3D342E. Grayscale: #C8C8C8. Windows color (decimal): -4011055 or 13749186. OLE color: 13749186.
HSL color Cylindrical-coordinate representation of color #C2CBD1: hue angle of 204º degrees, saturation: 0.14, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C2CBD1 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 203 | 209 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.18 |
| HSL | 204º | 0.14% | 0.79% | - |
| HSV(B) | 204º | 0.07% | 0.82% | - |
| XYZ | 55.11 | 58.78 | 68.76 | - |
| YUV | 200.99 | 132.52 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 203 | 209 | 0.07 | 0.03 | 0 | 0.18 | 204 | 0.14 | 0.79 |
| Hex | C2 | CB | D1 | 7 | 3 | 0 | 12 | CC | E | 4F |
| Octal | 302 | 313 | 321 | 7 | 3 | 0 | 22 | 314 | 16 | 117 |
| Binary | 11000010 | 11001011 | 11010001 | 111 | 11 | 0 | 10010 | 11001100 | 1110 | 1001111 |
Color Harmonies of #C2CBD1
Complementary color
Monochromatic Colors of #C2CBD1
Black with #C2CBD1
Text Example
Text Example
White with #C2CBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CBD1; }
p { color: rgb(194,203,209); }
H1.HeaderClassName
{
color: #C2CBD1;
}
.AnyTagClassName
{
color: #C2CBD1;
}
</style>
background-color css
<style>
a { background-color: #C2CBD1; }
a { background-color: rgb(194,203,209); }
div.DivClassName
{
background-color: #C2CBD1;
}
.BgClassName
{
background-color: #C2CBD1;
}
</style>
border-color css
<style>
span { border-color: #C2CBD1; }
span { border-color: rgb(194,203,209); }
td.TdClassName
{
border-color: #C2CBD1;
}
.TagClassName
{
border-color: #C2CBD1;
}
</style>