Shades of Perano #AFB7DF
Tints of Perano #AFB7DF
RGB
CMYK
RGB Variations
Color information
#AFB7DF (or 0xAFB7DF) is known color: Perano. HEX triplet: AF, B7 and DF. RGB value is (175,183,223). Sum of RGB (Red+Green+Blue) = 175+183+223=581 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.12% from 581); Green value is 183 (71.88% from 255 or 31.50% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFB7DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB7DF is #504820. Grayscale: #B9B9B9. Windows color (decimal): -5261345 or 14661551. OLE color: 14661551.
HSL color Cylindrical-coordinate representation of color #AFB7DF: hue angle of 230º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFB7DF is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 183 | 223 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.13 |
| HSL | 230º | 0.43% | 0.78% | - |
| HSV(B) | 230º | 0.22% | 0.87% | - |
| XYZ | 47.93 | 48.31 | 76.61 | - |
| YUV | 185.17 | 149.35 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 183 | 223 | 0.22 | 0.18 | 0 | 0.13 | 230 | 0.43 | 0.78 |
| Hex | AF | B7 | DF | 16 | 12 | 0 | D | E6 | 2B | 4E |
| Octal | 257 | 267 | 337 | 26 | 22 | 0 | 15 | 346 | 53 | 116 |
| Binary | 10101111 | 10110111 | 11011111 | 10110 | 10010 | 0 | 1101 | 11100110 | 101011 | 1001110 |
Color Harmonies of #AFB7DF
Complementary color
Monochromatic Colors of #AFB7DF
Black with #AFB7DF
Text Example
Text Example
White with #AFB7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB7DF; }
p { color: rgb(175,183,223); }
H1.HeaderClassName
{
color: #AFB7DF;
}
.AnyTagClassName
{
color: #AFB7DF;
}
</style>
background-color css
<style>
a { background-color: #AFB7DF; }
a { background-color: rgb(175,183,223); }
div.DivClassName
{
background-color: #AFB7DF;
}
.BgClassName
{
background-color: #AFB7DF;
}
</style>
border-color css
<style>
span { border-color: #AFB7DF; }
span { border-color: rgb(175,183,223); }
td.TdClassName
{
border-color: #AFB7DF;
}
.TagClassName
{
border-color: #AFB7DF;
}
</style>