Shades of Perano #ACADDD
Tints of Perano #ACADDD
RGB
CMYK
RGB Variations
Color information
#ACADDD (or 0xACADDD) is known color: Perano. HEX triplet: AC, AD and DD. RGB value is (172,173,221). Sum of RGB (Red+Green+Blue) = 172+173+221=566 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.39% from 566); Green value is 173 (67.97% from 255 or 30.57% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACADDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACADDD is #535222. Grayscale: #B1B1B1. Windows color (decimal): -5460515 or 14527916. OLE color: 14527916.
HSL color Cylindrical-coordinate representation of color #ACADDD: hue angle of 238.78º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACADDD is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 173 | 221 | - |
| CMYK | 0.22 | 0.22 | 0 | 0.13 |
| HSL | 238.78º | 0.42% | 0.77% | - |
| HSV(B) | 238.78º | 0.22% | 0.87% | - |
| XYZ | 45.01 | 43.88 | 74.5 | - |
| YUV | 178.17 | 152.17 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 173 | 221 | 0.22 | 0.22 | 0 | 0.13 | 238.78 | 0.42 | 0.77 |
| Hex | AC | AD | DD | 16 | 16 | 0 | D | EF | 2A | 4D |
| Octal | 254 | 255 | 335 | 26 | 26 | 0 | 15 | 357 | 52 | 115 |
| Binary | 10101100 | 10101101 | 11011101 | 10110 | 10110 | 0 | 1101 | 11101111 | 101010 | 1001101 |
Color Harmonies of #ACADDD
Complementary color
Monochromatic Colors of #ACADDD
Black with #ACADDD
Text Example
Text Example
White with #ACADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACADDD; }
p { color: rgb(172,173,221); }
H1.HeaderClassName
{
color: #ACADDD;
}
.AnyTagClassName
{
color: #ACADDD;
}
</style>
background-color css
<style>
a { background-color: #ACADDD; }
a { background-color: rgb(172,173,221); }
div.DivClassName
{
background-color: #ACADDD;
}
.BgClassName
{
background-color: #ACADDD;
}
</style>
border-color css
<style>
span { border-color: #ACADDD; }
span { border-color: rgb(172,173,221); }
td.TdClassName
{
border-color: #ACADDD;
}
.TagClassName
{
border-color: #ACADDD;
}
</style>