Shades of Spindle #C4CED3
Tints of Spindle #C4CED3
RGB
CMYK
RGB Variations
Color information
#C4CED3 (or 0xC4CED3) is known color: Spindle. HEX triplet: C4, CE and D3. RGB value is (196,206,211). Sum of RGB (Red+Green+Blue) = 196+206+211=613 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.97% from 613); Green value is 206 (80.86% from 255 or 33.61% from 613); Blue value is 211 (82.81% from 255 or 34.42% from 613); Max value from RGB is 211 - color contains mainly: blue. Hex color #C4CED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CED3 is #3B312C. Grayscale: #CBCBCB. Windows color (decimal): -3879213 or 13881028. OLE color: 13881028.
HSL color Cylindrical-coordinate representation of color #C4CED3: hue angle of 200º degrees, saturation: 0.15, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C4CED3 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 196 | 206 | 211 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.17 |
| HSL | 200º | 0.15% | 0.8% | - |
| HSV(B) | 200º | 0.07% | 0.83% | - |
| XYZ | 56.59 | 60.58 | 70.34 | - |
| YUV | 203.58 | 132.19 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 206 | 211 | 0.07 | 0.02 | 0 | 0.17 | 200 | 0.15 | 0.8 |
| Hex | C4 | CE | D3 | 7 | 2 | 0 | 11 | C8 | F | 50 |
| Octal | 304 | 316 | 323 | 7 | 2 | 0 | 21 | 310 | 17 | 120 |
| Binary | 11000100 | 11001110 | 11010011 | 111 | 10 | 0 | 10001 | 11001000 | 1111 | 1010000 |
Color Harmonies of #C4CED3
Complementary color
Monochromatic Colors of #C4CED3
Black with #C4CED3
Text Example
Text Example
White with #C4CED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CED3; }
p { color: rgb(196,206,211); }
H1.HeaderClassName
{
color: #C4CED3;
}
.AnyTagClassName
{
color: #C4CED3;
}
</style>
background-color css
<style>
a { background-color: #C4CED3; }
a { background-color: rgb(196,206,211); }
div.DivClassName
{
background-color: #C4CED3;
}
.BgClassName
{
background-color: #C4CED3;
}
</style>
border-color css
<style>
span { border-color: #C4CED3; }
span { border-color: rgb(196,206,211); }
td.TdClassName
{
border-color: #C4CED3;
}
.TagClassName
{
border-color: #C4CED3;
}
</style>