Shades of Spindle #ABBDD1
Tints of Spindle #ABBDD1
RGB
CMYK
RGB Variations
Color information
#ABBDD1 (or 0xABBDD1) is known color: Spindle. HEX triplet: AB, BD and D1. RGB value is (171,189,209). Sum of RGB (Red+Green+Blue) = 171+189+209=569 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.05% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 209 (82.03% from 255 or 36.73% from 569); Max value from RGB is 209 - color contains mainly: blue. Hex color #ABBDD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBDD1 is #54422E. Grayscale: #B9B9B9. Windows color (decimal): -5521967 or 13745579. OLE color: 13745579.
HSL color Cylindrical-coordinate representation of color #ABBDD1: hue angle of 211.58º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABBDD1 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 189 | 209 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.18 |
| HSL | 211.58º | 0.29% | 0.75% | - |
| HSV(B) | 211.58º | 0.18% | 0.82% | - |
| XYZ | 46.5 | 49.66 | 67.46 | - |
| YUV | 185.9 | 141.04 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 189 | 209 | 0.18 | 0.10 | 0 | 0.18 | 211.58 | 0.29 | 0.75 |
| Hex | AB | BD | D1 | 12 | A | 0 | 12 | D4 | 1D | 4B |
| Octal | 253 | 275 | 321 | 22 | 12 | 0 | 22 | 324 | 35 | 113 |
| Binary | 10101011 | 10111101 | 11010001 | 10010 | 1010 | 0 | 10010 | 11010100 | 11101 | 1001011 |
Color Harmonies of #ABBDD1
Complementary color
Monochromatic Colors of #ABBDD1
Black with #ABBDD1
Text Example
Text Example
White with #ABBDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBDD1; }
p { color: rgb(171,189,209); }
H1.HeaderClassName
{
color: #ABBDD1;
}
.AnyTagClassName
{
color: #ABBDD1;
}
</style>
background-color css
<style>
a { background-color: #ABBDD1; }
a { background-color: rgb(171,189,209); }
div.DivClassName
{
background-color: #ABBDD1;
}
.BgClassName
{
background-color: #ABBDD1;
}
</style>
border-color css
<style>
span { border-color: #ABBDD1; }
span { border-color: rgb(171,189,209); }
td.TdClassName
{
border-color: #ABBDD1;
}
.TagClassName
{
border-color: #ABBDD1;
}
</style>