Shades of Rainee #AFCDA8
Tints of Rainee #AFCDA8
RGB
CMYK
RGB Variations
Color information
#AFCDA8 (or 0xAFCDA8) is known color: Rainee. HEX triplet: AF, CD and A8. RGB value is (175,205,168). Sum of RGB (Red+Green+Blue) = 175+205+168=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 205 (80.47% from 255 or 37.41% from 548); Blue value is 168 (66.02% from 255 or 30.66% from 548); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCDA8 is #503257. Grayscale: #BFBFBF. Windows color (decimal): -5255768 or 11062703. OLE color: 11062703.
HSL color Cylindrical-coordinate representation of color #AFCDA8: hue angle of 108.65º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFCDA8 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 205 | 168 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.20 |
| HSL | 108.65º | 0.27% | 0.73% | - |
| HSV(B) | 108.65º | 0.18% | 0.8% | - |
| XYZ | 46.58 | 55.6 | 45.32 | - |
| YUV | 191.81 | 114.56 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 168 | 0.15 | 0 | 0.18 | 0.20 | 108.65 | 0.27 | 0.73 |
| Hex | AF | CD | A8 | F | 0 | 12 | 14 | 6D | 1B | 49 |
| Octal | 257 | 315 | 250 | 17 | 0 | 22 | 24 | 155 | 33 | 111 |
| Binary | 10101111 | 11001101 | 10101000 | 1111 | 0 | 10010 | 10100 | 1101101 | 11011 | 1001001 |
Color Harmonies of #AFCDA8
Complementary color
Monochromatic Colors of #AFCDA8
Black with #AFCDA8
Text Example
Text Example
White with #AFCDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCDA8; }
p { color: rgb(175,205,168); }
H1.HeaderClassName
{
color: #AFCDA8;
}
.AnyTagClassName
{
color: #AFCDA8;
}
</style>
background-color css
<style>
a { background-color: #AFCDA8; }
a { background-color: rgb(175,205,168); }
div.DivClassName
{
background-color: #AFCDA8;
}
.BgClassName
{
background-color: #AFCDA8;
}
</style>
border-color css
<style>
span { border-color: #AFCDA8; }
span { border-color: rgb(175,205,168); }
td.TdClassName
{
border-color: #AFCDA8;
}
.TagClassName
{
border-color: #AFCDA8;
}
</style>