Shades of Spindle #C0CFD8
Tints of Spindle #C0CFD8
RGB
CMYK
RGB Variations
Color information
#C0CFD8 (or 0xC0CFD8) is known color: Spindle. HEX triplet: C0, CF and D8. RGB value is (192,207,216). Sum of RGB (Red+Green+Blue) = 192+207+216=615 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.22% from 615); Green value is 207 (81.25% from 255 or 33.66% from 615); Blue value is 216 (84.77% from 255 or 35.12% from 615); Max value from RGB is 216 - color contains mainly: blue. Hex color #C0CFD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CFD8 is #3F3027. Grayscale: #CBCBCB. Windows color (decimal): -4141096 or 14208960. OLE color: 14208960.
HSL color Cylindrical-coordinate representation of color #C0CFD8: hue angle of 202.5º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0CFD8 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 207 | 216 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.15 |
| HSL | 202.5º | 0.24% | 0.8% | - |
| HSV(B) | 202.5º | 0.11% | 0.85% | - |
| XYZ | 56.45 | 60.79 | 73.72 | - |
| YUV | 203.54 | 135.03 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 207 | 216 | 0.11 | 0.04 | 0 | 0.15 | 202.5 | 0.24 | 0.8 |
| Hex | C0 | CF | D8 | B | 4 | 0 | F | CA | 18 | 50 |
| Octal | 300 | 317 | 330 | 13 | 4 | 0 | 17 | 312 | 30 | 120 |
| Binary | 11000000 | 11001111 | 11011000 | 1011 | 100 | 0 | 1111 | 11001010 | 11000 | 1010000 |
Color Harmonies of #C0CFD8
Complementary color
Monochromatic Colors of #C0CFD8
Black with #C0CFD8
Text Example
Text Example
White with #C0CFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CFD8; }
p { color: rgb(192,207,216); }
H1.HeaderClassName
{
color: #C0CFD8;
}
.AnyTagClassName
{
color: #C0CFD8;
}
</style>
background-color css
<style>
a { background-color: #C0CFD8; }
a { background-color: rgb(192,207,216); }
div.DivClassName
{
background-color: #C0CFD8;
}
.BgClassName
{
background-color: #C0CFD8;
}
</style>
border-color css
<style>
span { border-color: #C0CFD8; }
span { border-color: rgb(192,207,216); }
td.TdClassName
{
border-color: #C0CFD8;
}
.TagClassName
{
border-color: #C0CFD8;
}
</style>