Shades of Spindle #C1D1DB
Tints of Spindle #C1D1DB
RGB
CMYK
RGB Variations
Color information
#C1D1DB (or 0xC1D1DB) is known color: Spindle. HEX triplet: C1, D1 and DB. RGB value is (193,209,219). Sum of RGB (Red+Green+Blue) = 193+209+219=621 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.08% from 621); Green value is 209 (82.03% from 255 or 33.66% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 219 - color contains mainly: blue. Hex color #C1D1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D1DB is #3E2E24. Grayscale: #CDCDCD. Windows color (decimal): -4075045 or 14406081. OLE color: 14406081.
HSL color Cylindrical-coordinate representation of color #C1D1DB: hue angle of 203.08º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C1D1DB is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 209 | 219 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.14 |
| HSL | 203.08º | 0.27% | 0.81% | - |
| HSV(B) | 203.08º | 0.12% | 0.86% | - |
| XYZ | 57.58 | 62.05 | 75.96 | - |
| YUV | 205.36 | 135.7 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 209 | 219 | 0.12 | 0.05 | 0 | 0.14 | 203.08 | 0.27 | 0.81 |
| Hex | C1 | D1 | DB | C | 5 | 0 | E | CB | 1B | 51 |
| Octal | 301 | 321 | 333 | 14 | 5 | 0 | 16 | 313 | 33 | 121 |
| Binary | 11000001 | 11010001 | 11011011 | 1100 | 101 | 0 | 1110 | 11001011 | 11011 | 1010001 |
Color Harmonies of #C1D1DB
Complementary color
Monochromatic Colors of #C1D1DB
Black with #C1D1DB
Text Example
Text Example
White with #C1D1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D1DB; }
p { color: rgb(193,209,219); }
H1.HeaderClassName
{
color: #C1D1DB;
}
.AnyTagClassName
{
color: #C1D1DB;
}
</style>
background-color css
<style>
a { background-color: #C1D1DB; }
a { background-color: rgb(193,209,219); }
div.DivClassName
{
background-color: #C1D1DB;
}
.BgClassName
{
background-color: #C1D1DB;
}
</style>
border-color css
<style>
span { border-color: #C1D1DB; }
span { border-color: rgb(193,209,219); }
td.TdClassName
{
border-color: #C1D1DB;
}
.TagClassName
{
border-color: #C1D1DB;
}
</style>