Shades of Spindle #ADBFD2
Tints of Spindle #ADBFD2
RGB
CMYK
RGB Variations
Color information
#ADBFD2 (or 0xADBFD2) is known color: Spindle. HEX triplet: AD, BF and D2. RGB value is (173,191,210). Sum of RGB (Red+Green+Blue) = 173+191+210=574 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.14% from 574); Green value is 191 (75% from 255 or 33.28% from 574); Blue value is 210 (82.42% from 255 or 36.59% from 574); Max value from RGB is 210 - color contains mainly: blue. Hex color #ADBFD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBFD2 is #52402D. Grayscale: #BBBBBB. Windows color (decimal): -5390382 or 13811629. OLE color: 13811629.
HSL color Cylindrical-coordinate representation of color #ADBFD2: hue angle of 210.81º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADBFD2 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 191 | 210 | - |
| CMYK | 0.18 | 0.09 | 0 | 0.18 |
| HSL | 210.81º | 0.29% | 0.75% | - |
| HSV(B) | 210.81º | 0.18% | 0.82% | - |
| XYZ | 47.5 | 50.8 | 68.27 | - |
| YUV | 187.78 | 140.54 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 191 | 210 | 0.18 | 0.09 | 0 | 0.18 | 210.81 | 0.29 | 0.75 |
| Hex | AD | BF | D2 | 12 | 9 | 0 | 12 | D3 | 1D | 4B |
| Octal | 255 | 277 | 322 | 22 | 11 | 0 | 22 | 323 | 35 | 113 |
| Binary | 10101101 | 10111111 | 11010010 | 10010 | 1001 | 0 | 10010 | 11010011 | 11101 | 1001011 |
Color Harmonies of #ADBFD2
Complementary color
Monochromatic Colors of #ADBFD2
Black with #ADBFD2
Text Example
Text Example
White with #ADBFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBFD2; }
p { color: rgb(173,191,210); }
H1.HeaderClassName
{
color: #ADBFD2;
}
.AnyTagClassName
{
color: #ADBFD2;
}
</style>
background-color css
<style>
a { background-color: #ADBFD2; }
a { background-color: rgb(173,191,210); }
div.DivClassName
{
background-color: #ADBFD2;
}
.BgClassName
{
background-color: #ADBFD2;
}
</style>
border-color css
<style>
span { border-color: #ADBFD2; }
span { border-color: rgb(173,191,210); }
td.TdClassName
{
border-color: #ADBFD2;
}
.TagClassName
{
border-color: #ADBFD2;
}
</style>