Shades of Spindle #C2CDD3
Tints of Spindle #C2CDD3
RGB
CMYK
RGB Variations
Color information
#C2CDD3 (or 0xC2CDD3) is known color: Spindle. HEX triplet: C2, CD and D3. RGB value is (194,205,211). Sum of RGB (Red+Green+Blue) = 194+205+211=610 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.80% from 610); Green value is 205 (80.47% from 255 or 33.61% from 610); Blue value is 211 (82.81% from 255 or 34.59% from 610); Max value from RGB is 211 - color contains mainly: blue. Hex color #C2CDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CDD3 is #3D322C. Grayscale: #CACACA. Windows color (decimal): -4010541 or 13880770. OLE color: 13880770.
HSL color Cylindrical-coordinate representation of color #C2CDD3: hue angle of 201.18º degrees, saturation: 0.16, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C2CDD3 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 205 | 211 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.17 |
| HSL | 201.18º | 0.16% | 0.79% | - |
| HSV(B) | 201.18º | 0.08% | 0.83% | - |
| XYZ | 55.84 | 59.84 | 70.23 | - |
| YUV | 202.4 | 132.86 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 205 | 211 | 0.08 | 0.03 | 0 | 0.17 | 201.18 | 0.16 | 0.79 |
| Hex | C2 | CD | D3 | 8 | 3 | 0 | 11 | C9 | 10 | 4F |
| Octal | 302 | 315 | 323 | 10 | 3 | 0 | 21 | 311 | 20 | 117 |
| Binary | 11000010 | 11001101 | 11010011 | 1000 | 11 | 0 | 10001 | 11001001 | 10000 | 1001111 |
Color Harmonies of #C2CDD3
Complementary color
Monochromatic Colors of #C2CDD3
Black with #C2CDD3
Text Example
Text Example
White with #C2CDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CDD3; }
p { color: rgb(194,205,211); }
H1.HeaderClassName
{
color: #C2CDD3;
}
.AnyTagClassName
{
color: #C2CDD3;
}
</style>
background-color css
<style>
a { background-color: #C2CDD3; }
a { background-color: rgb(194,205,211); }
div.DivClassName
{
background-color: #C2CDD3;
}
.BgClassName
{
background-color: #C2CDD3;
}
</style>
border-color css
<style>
span { border-color: #C2CDD3; }
span { border-color: rgb(194,205,211); }
td.TdClassName
{
border-color: #C2CDD3;
}
.TagClassName
{
border-color: #C2CDD3;
}
</style>