Shades of Spindle #ABBCD3
Tints of Spindle #ABBCD3
RGB
CMYK
RGB Variations
Color information
#ABBCD3 (or 0xABBCD3) is known color: Spindle. HEX triplet: AB, BC and D3. RGB value is (171,188,211). Sum of RGB (Red+Green+Blue) = 171+188+211=570 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30% from 570); Green value is 188 (73.83% from 255 or 32.98% from 570); Blue value is 211 (82.81% from 255 or 37.02% from 570); Max value from RGB is 211 - color contains mainly: blue. Hex color #ABBCD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBCD3 is #54432C. Grayscale: #B9B9B9. Windows color (decimal): -5522221 or 13876395. OLE color: 13876395.
HSL color Cylindrical-coordinate representation of color #ABBCD3: hue angle of 214.5º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABBCD3 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 171 | 188 | 211 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.17 |
| HSL | 214.5º | 0.31% | 0.75% | - |
| HSV(B) | 214.5º | 0.19% | 0.83% | - |
| XYZ | 46.54 | 49.33 | 68.7 | - |
| YUV | 185.54 | 142.37 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 188 | 211 | 0.19 | 0.11 | 0 | 0.17 | 214.5 | 0.31 | 0.75 |
| Hex | AB | BC | D3 | 13 | B | 0 | 11 | D6 | 1F | 4B |
| Octal | 253 | 274 | 323 | 23 | 13 | 0 | 21 | 326 | 37 | 113 |
| Binary | 10101011 | 10111100 | 11010011 | 10011 | 1011 | 0 | 10001 | 11010110 | 11111 | 1001011 |
Color Harmonies of #ABBCD3
Complementary color
Monochromatic Colors of #ABBCD3
Black with #ABBCD3
Text Example
Text Example
White with #ABBCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBCD3; }
p { color: rgb(171,188,211); }
H1.HeaderClassName
{
color: #ABBCD3;
}
.AnyTagClassName
{
color: #ABBCD3;
}
</style>
background-color css
<style>
a { background-color: #ABBCD3; }
a { background-color: rgb(171,188,211); }
div.DivClassName
{
background-color: #ABBCD3;
}
.BgClassName
{
background-color: #ABBCD3;
}
</style>
border-color css
<style>
span { border-color: #ABBCD3; }
span { border-color: rgb(171,188,211); }
td.TdClassName
{
border-color: #ABBCD3;
}
.TagClassName
{
border-color: #ABBCD3;
}
</style>