Shades of Spindle #ABBED5
Tints of Spindle #ABBED5
RGB
CMYK
RGB Variations
Color information
#ABBED5 (or 0xABBED5) is known color: Spindle. HEX triplet: AB, BE and D5. RGB value is (171,190,213). Sum of RGB (Red+Green+Blue) = 171+190+213=574 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.79% from 574); Green value is 190 (74.61% from 255 or 33.10% from 574); Blue value is 213 (83.59% from 255 or 37.11% from 574); Max value from RGB is 213 - color contains mainly: blue. Hex color #ABBED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBED5 is #54412A. Grayscale: #BABABA. Windows color (decimal): -5521707 or 14007979. OLE color: 14007979.
HSL color Cylindrical-coordinate representation of color #ABBED5: hue angle of 212.86º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABBED5 is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 190 | 213 | - |
| CMYK | 0.20 | 0.11 | 0 | 0.16 |
| HSL | 212.86º | 0.33% | 0.75% | - |
| HSV(B) | 212.86º | 0.2% | 0.84% | - |
| XYZ | 47.22 | 50.29 | 70.17 | - |
| YUV | 186.94 | 142.71 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 190 | 213 | 0.20 | 0.11 | 0 | 0.16 | 212.86 | 0.33 | 0.75 |
| Hex | AB | BE | D5 | 14 | B | 0 | 10 | D5 | 21 | 4B |
| Octal | 253 | 276 | 325 | 24 | 13 | 0 | 20 | 325 | 41 | 113 |
| Binary | 10101011 | 10111110 | 11010101 | 10100 | 1011 | 0 | 10000 | 11010101 | 100001 | 1001011 |
Color Harmonies of #ABBED5
Complementary color
Monochromatic Colors of #ABBED5
Black with #ABBED5
Text Example
Text Example
White with #ABBED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBED5; }
p { color: rgb(171,190,213); }
H1.HeaderClassName
{
color: #ABBED5;
}
.AnyTagClassName
{
color: #ABBED5;
}
</style>
background-color css
<style>
a { background-color: #ABBED5; }
a { background-color: rgb(171,190,213); }
div.DivClassName
{
background-color: #ABBED5;
}
.BgClassName
{
background-color: #ABBED5;
}
</style>
border-color css
<style>
span { border-color: #ABBED5; }
span { border-color: rgb(171,190,213); }
td.TdClassName
{
border-color: #ABBED5;
}
.TagClassName
{
border-color: #ABBED5;
}
</style>