Shades of Spindle #ADBCD4
Tints of Spindle #ADBCD4
RGB
CMYK
RGB Variations
Color information
#ADBCD4 (or 0xADBCD4) is known color: Spindle. HEX triplet: AD, BC and D4. RGB value is (173,188,212). Sum of RGB (Red+Green+Blue) = 173+188+212=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 188 (73.83% from 255 or 32.81% from 573); Blue value is 212 (83.20% from 255 or 37.00% from 573); Max value from RGB is 212 - color contains mainly: blue. Hex color #ADBCD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBCD4 is #52432B. Grayscale: #BABABA. Windows color (decimal): -5391148 or 13941933. OLE color: 13941933.
HSL color Cylindrical-coordinate representation of color #ADBCD4: hue angle of 216.92º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADBCD4 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 188 | 212 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.17 |
| HSL | 216.92º | 0.31% | 0.75% | - |
| HSV(B) | 216.92º | 0.18% | 0.83% | - |
| XYZ | 47.1 | 49.6 | 69.38 | - |
| YUV | 186.25 | 142.53 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 212 | 0.18 | 0.11 | 0 | 0.17 | 216.92 | 0.31 | 0.75 |
| Hex | AD | BC | D4 | 12 | B | 0 | 11 | D9 | 1F | 4B |
| Octal | 255 | 274 | 324 | 22 | 13 | 0 | 21 | 331 | 37 | 113 |
| Binary | 10101101 | 10111100 | 11010100 | 10010 | 1011 | 0 | 10001 | 11011001 | 11111 | 1001011 |
Color Harmonies of #ADBCD4
Complementary color
Monochromatic Colors of #ADBCD4
Black with #ADBCD4
Text Example
Text Example
White with #ADBCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBCD4; }
p { color: rgb(173,188,212); }
H1.HeaderClassName
{
color: #ADBCD4;
}
.AnyTagClassName
{
color: #ADBCD4;
}
</style>
background-color css
<style>
a { background-color: #ADBCD4; }
a { background-color: rgb(173,188,212); }
div.DivClassName
{
background-color: #ADBCD4;
}
.BgClassName
{
background-color: #ADBCD4;
}
</style>
border-color css
<style>
span { border-color: #ADBCD4; }
span { border-color: rgb(173,188,212); }
td.TdClassName
{
border-color: #ADBCD4;
}
.TagClassName
{
border-color: #ADBCD4;
}
</style>