Shades of Spindle #ADBDCE
Tints of Spindle #ADBDCE
RGB
CMYK
RGB Variations
Color information
#ADBDCE (or 0xADBDCE) is known color: Spindle. HEX triplet: AD, BD and CE. RGB value is (173,189,206). Sum of RGB (Red+Green+Blue) = 173+189+206=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 206 - color contains mainly: blue. Hex color #ADBDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBDCE is #524231. Grayscale: #BABABA. Windows color (decimal): -5390898 or 13548973. OLE color: 13548973.
HSL color Cylindrical-coordinate representation of color #ADBDCE: hue angle of 210.91º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADBDCE is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 189 | 206 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.19 |
| HSL | 210.91º | 0.25% | 0.74% | - |
| HSV(B) | 210.91º | 0.16% | 0.81% | - |
| XYZ | 46.57 | 49.74 | 65.54 | - |
| YUV | 186.15 | 139.2 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 189 | 206 | 0.16 | 0.08 | 0 | 0.19 | 210.91 | 0.25 | 0.74 |
| Hex | AD | BD | CE | 10 | 8 | 0 | 13 | D3 | 19 | 4A |
| Octal | 255 | 275 | 316 | 20 | 10 | 0 | 23 | 323 | 31 | 112 |
| Binary | 10101101 | 10111101 | 11001110 | 10000 | 1000 | 0 | 10011 | 11010011 | 11001 | 1001010 |
Color Harmonies of #ADBDCE
Complementary color
Monochromatic Colors of #ADBDCE
Black with #ADBDCE
Text Example
Text Example
White with #ADBDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBDCE; }
p { color: rgb(173,189,206); }
H1.HeaderClassName
{
color: #ADBDCE;
}
.AnyTagClassName
{
color: #ADBDCE;
}
</style>
background-color css
<style>
a { background-color: #ADBDCE; }
a { background-color: rgb(173,189,206); }
div.DivClassName
{
background-color: #ADBDCE;
}
.BgClassName
{
background-color: #ADBDCE;
}
</style>
border-color css
<style>
span { border-color: #ADBDCE; }
span { border-color: rgb(173,189,206); }
td.TdClassName
{
border-color: #ADBDCE;
}
.TagClassName
{
border-color: #ADBDCE;
}
</style>