Shades of Perano #AFB8DD
Tints of Perano #AFB8DD
RGB
CMYK
RGB Variations
Color information
#AFB8DD (or 0xAFB8DD) is known color: Perano. HEX triplet: AF, B8 and DD. RGB value is (175,184,221). Sum of RGB (Red+Green+Blue) = 175+184+221=580 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.17% from 580); Green value is 184 (72.27% from 255 or 31.72% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #AFB8DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB8DD is #504722. Grayscale: #B9B9B9. Windows color (decimal): -5261091 or 14530735. OLE color: 14530735.
HSL color Cylindrical-coordinate representation of color #AFB8DD: hue angle of 228.26º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFB8DD is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 184 | 221 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.13 |
| HSL | 228.26º | 0.4% | 0.78% | - |
| HSV(B) | 228.26º | 0.21% | 0.87% | - |
| XYZ | 47.87 | 48.62 | 75.27 | - |
| YUV | 185.53 | 148.02 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 221 | 0.21 | 0.17 | 0 | 0.13 | 228.26 | 0.4 | 0.78 |
| Hex | AF | B8 | DD | 15 | 11 | 0 | D | E4 | 28 | 4E |
| Octal | 257 | 270 | 335 | 25 | 21 | 0 | 15 | 344 | 50 | 116 |
| Binary | 10101111 | 10111000 | 11011101 | 10101 | 10001 | 0 | 1101 | 11100100 | 101000 | 1001110 |
Color Harmonies of #AFB8DD
Complementary color
Monochromatic Colors of #AFB8DD
Black with #AFB8DD
Text Example
Text Example
White with #AFB8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB8DD; }
p { color: rgb(175,184,221); }
H1.HeaderClassName
{
color: #AFB8DD;
}
.AnyTagClassName
{
color: #AFB8DD;
}
</style>
background-color css
<style>
a { background-color: #AFB8DD; }
a { background-color: rgb(175,184,221); }
div.DivClassName
{
background-color: #AFB8DD;
}
.BgClassName
{
background-color: #AFB8DD;
}
</style>
border-color css
<style>
span { border-color: #AFB8DD; }
span { border-color: rgb(175,184,221); }
td.TdClassName
{
border-color: #AFB8DD;
}
.TagClassName
{
border-color: #AFB8DD;
}
</style>