Shades of Spindle #ADBDD4
Tints of Spindle #ADBDD4
RGB
CMYK
RGB Variations
Color information
#ADBDD4 (or 0xADBDD4) is known color: Spindle. HEX triplet: AD, BD and D4. RGB value is (173,189,212). Sum of RGB (Red+Green+Blue) = 173+189+212=574 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.14% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 212 (83.20% from 255 or 36.93% from 574); Max value from RGB is 212 - color contains mainly: blue. Hex color #ADBDD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBDD4 is #52422B. Grayscale: #BABABA. Windows color (decimal): -5390892 or 13942189. OLE color: 13942189.
HSL color Cylindrical-coordinate representation of color #ADBDD4: hue angle of 215.38º 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 #ADBDD4 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 189 | 212 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.17 |
| HSL | 215.38º | 0.31% | 0.75% | - |
| HSV(B) | 215.38º | 0.18% | 0.83% | - |
| XYZ | 47.31 | 50.03 | 69.45 | - |
| YUV | 186.84 | 142.2 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 189 | 212 | 0.18 | 0.11 | 0 | 0.17 | 215.38 | 0.31 | 0.75 |
| Hex | AD | BD | D4 | 12 | B | 0 | 11 | D7 | 1F | 4B |
| Octal | 255 | 275 | 324 | 22 | 13 | 0 | 21 | 327 | 37 | 113 |
| Binary | 10101101 | 10111101 | 11010100 | 10010 | 1011 | 0 | 10001 | 11010111 | 11111 | 1001011 |
Color Harmonies of #ADBDD4
Complementary color
Monochromatic Colors of #ADBDD4
Black with #ADBDD4
Text Example
Text Example
White with #ADBDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBDD4; }
p { color: rgb(173,189,212); }
H1.HeaderClassName
{
color: #ADBDD4;
}
.AnyTagClassName
{
color: #ADBDD4;
}
</style>
background-color css
<style>
a { background-color: #ADBDD4; }
a { background-color: rgb(173,189,212); }
div.DivClassName
{
background-color: #ADBDD4;
}
.BgClassName
{
background-color: #ADBDD4;
}
</style>
border-color css
<style>
span { border-color: #ADBDD4; }
span { border-color: rgb(173,189,212); }
td.TdClassName
{
border-color: #ADBDD4;
}
.TagClassName
{
border-color: #ADBDD4;
}
</style>