Shades of Spindle #C3CED3
Tints of Spindle #C3CED3
RGB
CMYK
RGB Variations
Color information
#C3CED3 (or 0xC3CED3) is known color: Spindle. HEX triplet: C3, CE and D3. RGB value is (195,206,211). Sum of RGB (Red+Green+Blue) = 195+206+211=612 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.86% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 211 (82.81% from 255 or 34.48% from 612); Max value from RGB is 211 - color contains mainly: blue. Hex color #C3CED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CED3 is #3C312C. Grayscale: #CBCBCB. Windows color (decimal): -3944749 or 13881027. OLE color: 13881027.
HSL color Cylindrical-coordinate representation of color #C3CED3: hue angle of 198.75º degrees, saturation: 0.15, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C3CED3 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 195 | 206 | 211 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.17 |
| HSL | 198.75º | 0.15% | 0.8% | - |
| HSV(B) | 198.75º | 0.08% | 0.83% | - |
| XYZ | 56.33 | 60.45 | 70.33 | - |
| YUV | 203.28 | 132.36 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 206 | 211 | 0.08 | 0.02 | 0 | 0.17 | 198.75 | 0.15 | 0.8 |
| Hex | C3 | CE | D3 | 8 | 2 | 0 | 11 | C7 | F | 50 |
| Octal | 303 | 316 | 323 | 10 | 2 | 0 | 21 | 307 | 17 | 120 |
| Binary | 11000011 | 11001110 | 11010011 | 1000 | 10 | 0 | 10001 | 11000111 | 1111 | 1010000 |
Color Harmonies of #C3CED3
Complementary color
Monochromatic Colors of #C3CED3
Black with #C3CED3
Text Example
Text Example
White with #C3CED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CED3; }
p { color: rgb(195,206,211); }
H1.HeaderClassName
{
color: #C3CED3;
}
.AnyTagClassName
{
color: #C3CED3;
}
</style>
background-color css
<style>
a { background-color: #C3CED3; }
a { background-color: rgb(195,206,211); }
div.DivClassName
{
background-color: #C3CED3;
}
.BgClassName
{
background-color: #C3CED3;
}
</style>
border-color css
<style>
span { border-color: #C3CED3; }
span { border-color: rgb(195,206,211); }
td.TdClassName
{
border-color: #C3CED3;
}
.TagClassName
{
border-color: #C3CED3;
}
</style>