Shades of Spindle #C3CDD3
Tints of Spindle #C3CDD3
RGB
CMYK
RGB Variations
Color information
#C3CDD3 (or 0xC3CDD3) is known color: Spindle. HEX triplet: C3, CD and D3. RGB value is (195,205,211). Sum of RGB (Red+Green+Blue) = 195+205+211=611 (80% of max value = 765). Red value is 195 (76.56% from 255 or 31.91% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 211 (82.81% from 255 or 34.53% from 611); Max value from RGB is 211 - color contains mainly: blue. Hex color #C3CDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CDD3 is #3C322C. Grayscale: #CACACA. Windows color (decimal): -3945005 or 13880771. OLE color: 13880771.
HSL color Cylindrical-coordinate representation of color #C3CDD3: hue angle of 202.5º 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 #C3CDD3 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 195 | 205 | 211 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.17 |
| HSL | 202.5º | 0.15% | 0.8% | - |
| HSV(B) | 202.5º | 0.08% | 0.83% | - |
| XYZ | 56.09 | 59.97 | 70.25 | - |
| YUV | 202.69 | 132.69 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 205 | 211 | 0.08 | 0.03 | 0 | 0.17 | 202.5 | 0.15 | 0.8 |
| Hex | C3 | CD | D3 | 8 | 3 | 0 | 11 | CA | F | 50 |
| Octal | 303 | 315 | 323 | 10 | 3 | 0 | 21 | 312 | 17 | 120 |
| Binary | 11000011 | 11001101 | 11010011 | 1000 | 11 | 0 | 10001 | 11001010 | 1111 | 1010000 |
Color Harmonies of #C3CDD3
Complementary color
Monochromatic Colors of #C3CDD3
Black with #C3CDD3
Text Example
Text Example
White with #C3CDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CDD3; }
p { color: rgb(195,205,211); }
H1.HeaderClassName
{
color: #C3CDD3;
}
.AnyTagClassName
{
color: #C3CDD3;
}
</style>
background-color css
<style>
a { background-color: #C3CDD3; }
a { background-color: rgb(195,205,211); }
div.DivClassName
{
background-color: #C3CDD3;
}
.BgClassName
{
background-color: #C3CDD3;
}
</style>
border-color css
<style>
span { border-color: #C3CDD3; }
span { border-color: rgb(195,205,211); }
td.TdClassName
{
border-color: #C3CDD3;
}
.TagClassName
{
border-color: #C3CDD3;
}
</style>