Shades of Spindle #C2CFD7
Tints of Spindle #C2CFD7
RGB
CMYK
RGB Variations
Color information
#C2CFD7 (or 0xC2CFD7) is known color: Spindle. HEX triplet: C2, CF and D7. RGB value is (194,207,215). Sum of RGB (Red+Green+Blue) = 194+207+215=616 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.49% from 616); Green value is 207 (81.25% from 255 or 33.60% from 616); Blue value is 215 (84.38% from 255 or 34.90% from 616); Max value from RGB is 215 - color contains mainly: blue. Hex color #C2CFD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CFD7 is #3D3028. Grayscale: #CBCBCB. Windows color (decimal): -4010025 or 14143426. OLE color: 14143426.
HSL color Cylindrical-coordinate representation of color #C2CFD7: hue angle of 202.86º degrees, saturation: 0.21, 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 #C2CFD7 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 207 | 215 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.16 |
| HSL | 202.86º | 0.21% | 0.8% | - |
| HSV(B) | 202.86º | 0.1% | 0.84% | - |
| XYZ | 56.83 | 61 | 73.07 | - |
| YUV | 204.03 | 134.19 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 207 | 215 | 0.10 | 0.04 | 0 | 0.16 | 202.86 | 0.21 | 0.8 |
| Hex | C2 | CF | D7 | A | 4 | 0 | 10 | CB | 15 | 50 |
| Octal | 302 | 317 | 327 | 12 | 4 | 0 | 20 | 313 | 25 | 120 |
| Binary | 11000010 | 11001111 | 11010111 | 1010 | 100 | 0 | 10000 | 11001011 | 10101 | 1010000 |
Color Harmonies of #C2CFD7
Complementary color
Monochromatic Colors of #C2CFD7
Black with #C2CFD7
Text Example
Text Example
White with #C2CFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CFD7; }
p { color: rgb(194,207,215); }
H1.HeaderClassName
{
color: #C2CFD7;
}
.AnyTagClassName
{
color: #C2CFD7;
}
</style>
background-color css
<style>
a { background-color: #C2CFD7; }
a { background-color: rgb(194,207,215); }
div.DivClassName
{
background-color: #C2CFD7;
}
.BgClassName
{
background-color: #C2CFD7;
}
</style>
border-color css
<style>
span { border-color: #C2CFD7; }
span { border-color: rgb(194,207,215); }
td.TdClassName
{
border-color: #C2CFD7;
}
.TagClassName
{
border-color: #C2CFD7;
}
</style>