Shades of Spindle #C2CDD2
Tints of Spindle #C2CDD2
RGB
CMYK
RGB Variations
Color information
#C2CDD2 (or 0xC2CDD2) is known color: Spindle. HEX triplet: C2, CD and D2. RGB value is (194,205,210). Sum of RGB (Red+Green+Blue) = 194+205+210=609 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.86% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 210 (82.42% from 255 or 34.48% from 609); Max value from RGB is 210 - color contains mainly: blue. Hex color #C2CDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CDD2 is #3D322D. Grayscale: #CACACA. Windows color (decimal): -4010542 or 13815234. OLE color: 13815234.
HSL color Cylindrical-coordinate representation of color #C2CDD2: hue angle of 198.75º degrees, saturation: 0.15, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C2CDD2 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 205 | 210 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.18 |
| HSL | 198.75º | 0.15% | 0.79% | - |
| HSV(B) | 198.75º | 0.08% | 0.82% | - |
| XYZ | 55.71 | 59.79 | 69.58 | - |
| YUV | 202.28 | 132.36 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 205 | 210 | 0.08 | 0.02 | 0 | 0.18 | 198.75 | 0.15 | 0.79 |
| Hex | C2 | CD | D2 | 8 | 2 | 0 | 12 | C7 | F | 4F |
| Octal | 302 | 315 | 322 | 10 | 2 | 0 | 22 | 307 | 17 | 117 |
| Binary | 11000010 | 11001101 | 11010010 | 1000 | 10 | 0 | 10010 | 11000111 | 1111 | 1001111 |
Color Harmonies of #C2CDD2
Complementary color
Monochromatic Colors of #C2CDD2
Black with #C2CDD2
Text Example
Text Example
White with #C2CDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CDD2; }
p { color: rgb(194,205,210); }
H1.HeaderClassName
{
color: #C2CDD2;
}
.AnyTagClassName
{
color: #C2CDD2;
}
</style>
background-color css
<style>
a { background-color: #C2CDD2; }
a { background-color: rgb(194,205,210); }
div.DivClassName
{
background-color: #C2CDD2;
}
.BgClassName
{
background-color: #C2CDD2;
}
</style>
border-color css
<style>
span { border-color: #C2CDD2; }
span { border-color: rgb(194,205,210); }
td.TdClassName
{
border-color: #C2CDD2;
}
.TagClassName
{
border-color: #C2CDD2;
}
</style>