Shades of Rainee #ADBDA8
Tints of Rainee #ADBDA8
RGB
CMYK
RGB Variations
Color information
#ADBDA8 (or 0xADBDA8) is known color: Rainee. HEX triplet: AD, BD and A8. RGB value is (173,189,168). Sum of RGB (Red+Green+Blue) = 173+189+168=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 168 (66.02% from 255 or 31.70% from 530); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBDA8 is #524257. Grayscale: #B5B5B5. Windows color (decimal): -5390936 or 11058605. OLE color: 11058605.
HSL color Cylindrical-coordinate representation of color #ADBDA8: hue angle of 105.71º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADBDA8 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
RGB | 173 | 189 | 168 | - |
CMYK | 0.08 | 0 | 0.11 | 0.26 |
HSL | 105.71º | 0.14% | 0.7% | - |
HSV(B) | 105.71º | 0.11% | 0.74% | - |
XYZ | 42.5 | 48.11 | 44.09 | - |
YUV | 181.82 | 120.2 | 121.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 189 | 168 | 0.08 | 0 | 0.11 | 0.26 | 105.71 | 0.14 | 0.7 |
Hex | AD | BD | A8 | 8 | 0 | B | 1A | 6A | E | 46 |
Octal | 255 | 275 | 250 | 10 | 0 | 13 | 32 | 152 | 16 | 106 |
Binary | 10101101 | 10111101 | 10101000 | 1000 | 0 | 1011 | 11010 | 1101010 | 1110 | 1000110 |
Color Harmonies of #ADBDA8
Complementary color
Monochromatic Colors of #ADBDA8
Black with #ADBDA8
Text Example
Text Example
White with #ADBDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBDA8; }
p { color: rgb(173,189,168); }
H1.HeaderClassName
{
color: #ADBDA8;
}
.AnyTagClassName
{
color: #ADBDA8;
}
</style>
background-color css
<style>
a { background-color: #ADBDA8; }
a { background-color: rgb(173,189,168); }
div.DivClassName
{
background-color: #ADBDA8;
}
.BgClassName
{
background-color: #ADBDA8;
}
</style>
border-color css
<style>
span { border-color: #ADBDA8; }
span { border-color: rgb(173,189,168); }
td.TdClassName
{
border-color: #ADBDA8;
}
.TagClassName
{
border-color: #ADBDA8;
}
</style>