Shades of Spindle #ADBFD4
Tints of Spindle #ADBFD4
RGB
CMYK
RGB Variations
Color information
#ADBFD4 (or 0xADBFD4) is known color: Spindle. HEX triplet: AD, BF and D4. RGB value is (173,191,212). Sum of RGB (Red+Green+Blue) = 173+191+212=576 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.03% from 576); Green value is 191 (75% from 255 or 33.16% from 576); Blue value is 212 (83.20% from 255 or 36.81% from 576); Max value from RGB is 212 - color contains mainly: blue. Hex color #ADBFD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBFD4 is #52402B. Grayscale: #BBBBBB. Windows color (decimal): -5390380 or 13942701. OLE color: 13942701.
HSL color Cylindrical-coordinate representation of color #ADBFD4: hue angle of 212.31º 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 #ADBFD4 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 173 | 191 | 212 | - |
CMYK | 0.18 | 0.10 | 0 | 0.17 |
HSL | 212.31º | 0.31% | 0.75% | - |
HSV(B) | 212.31º | 0.18% | 0.83% | - |
XYZ | 47.75 | 50.9 | 69.6 | - |
YUV | 188.01 | 141.54 | 117.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 191 | 212 | 0.18 | 0.10 | 0 | 0.17 | 212.31 | 0.31 | 0.75 |
Hex | AD | BF | D4 | 12 | A | 0 | 11 | D4 | 1F | 4B |
Octal | 255 | 277 | 324 | 22 | 12 | 0 | 21 | 324 | 37 | 113 |
Binary | 10101101 | 10111111 | 11010100 | 10010 | 1010 | 0 | 10001 | 11010100 | 11111 | 1001011 |
Color Harmonies of #ADBFD4
Complementary color
Monochromatic Colors of #ADBFD4
Black with #ADBFD4
Text Example
Text Example
White with #ADBFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBFD4; }
p { color: rgb(173,191,212); }
H1.HeaderClassName
{
color: #ADBFD4;
}
.AnyTagClassName
{
color: #ADBFD4;
}
</style>
background-color css
<style>
a { background-color: #ADBFD4; }
a { background-color: rgb(173,191,212); }
div.DivClassName
{
background-color: #ADBFD4;
}
.BgClassName
{
background-color: #ADBFD4;
}
</style>
border-color css
<style>
span { border-color: #ADBFD4; }
span { border-color: rgb(173,191,212); }
td.TdClassName
{
border-color: #ADBFD4;
}
.TagClassName
{
border-color: #ADBFD4;
}
</style>