Shades of Spindle #ABBED3
Tints of Spindle #ABBED3
RGB
CMYK
RGB Variations
Color information
#ABBED3 (or 0xABBED3) is known color: Spindle. HEX triplet: AB, BE and D3. RGB value is (171,190,211). Sum of RGB (Red+Green+Blue) = 171+190+211=572 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.90% from 572); Green value is 190 (74.61% from 255 or 33.22% from 572); Blue value is 211 (82.81% from 255 or 36.89% from 572); Max value from RGB is 211 - color contains mainly: blue. Hex color #ABBED3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBED3 is #54412C. Grayscale: #BABABA. Windows color (decimal): -5521709 or 13876907. OLE color: 13876907.
HSL color Cylindrical-coordinate representation of color #ABBED3: hue angle of 211.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 #ABBED3 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 171 | 190 | 211 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.17 |
| HSL | 211.5º | 0.31% | 0.75% | - |
| HSV(B) | 211.5º | 0.19% | 0.83% | - |
| XYZ | 46.97 | 50.19 | 68.84 | - |
| YUV | 186.71 | 141.71 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 190 | 211 | 0.19 | 0.10 | 0 | 0.17 | 211.5 | 0.31 | 0.75 |
| Hex | AB | BE | D3 | 13 | A | 0 | 11 | D4 | 1F | 4B |
| Octal | 253 | 276 | 323 | 23 | 12 | 0 | 21 | 324 | 37 | 113 |
| Binary | 10101011 | 10111110 | 11010011 | 10011 | 1010 | 0 | 10001 | 11010100 | 11111 | 1001011 |
Color Harmonies of #ABBED3
Complementary color
Monochromatic Colors of #ABBED3
Black with #ABBED3
Text Example
Text Example
White with #ABBED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBED3; }
p { color: rgb(171,190,211); }
H1.HeaderClassName
{
color: #ABBED3;
}
.AnyTagClassName
{
color: #ABBED3;
}
</style>
background-color css
<style>
a { background-color: #ABBED3; }
a { background-color: rgb(171,190,211); }
div.DivClassName
{
background-color: #ABBED3;
}
.BgClassName
{
background-color: #ABBED3;
}
</style>
border-color css
<style>
span { border-color: #ABBED3; }
span { border-color: rgb(171,190,211); }
td.TdClassName
{
border-color: #ABBED3;
}
.TagClassName
{
border-color: #ABBED3;
}
</style>