Shades of Perano #ACADDC
Tints of Perano #ACADDC
RGB
CMYK
RGB Variations
Color information
#ACADDC (or 0xACADDC) is known color: Perano. HEX triplet: AC, AD and DC. RGB value is (172,173,220). Sum of RGB (Red+Green+Blue) = 172+173+220=565 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.44% from 565); Green value is 173 (67.97% from 255 or 30.62% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACADDC is #535223. Grayscale: #B1B1B1. Windows color (decimal): -5460516 or 14462380. OLE color: 14462380.
HSL color Cylindrical-coordinate representation of color #ACADDC: hue angle of 238.75º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACADDC is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 173 | 220 | - |
| CMYK | 0.22 | 0.21 | 0 | 0.14 |
| HSL | 238.75º | 0.41% | 0.77% | - |
| HSV(B) | 238.75º | 0.22% | 0.86% | - |
| XYZ | 44.88 | 43.83 | 73.8 | - |
| YUV | 178.06 | 151.67 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 173 | 220 | 0.22 | 0.21 | 0 | 0.14 | 238.75 | 0.41 | 0.77 |
| Hex | AC | AD | DC | 16 | 15 | 0 | E | EF | 29 | 4D |
| Octal | 254 | 255 | 334 | 26 | 25 | 0 | 16 | 357 | 51 | 115 |
| Binary | 10101100 | 10101101 | 11011100 | 10110 | 10101 | 0 | 1110 | 11101111 | 101001 | 1001101 |
Color Harmonies of #ACADDC
Complementary color
Monochromatic Colors of #ACADDC
Black with #ACADDC
Text Example
Text Example
White with #ACADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACADDC; }
p { color: rgb(172,173,220); }
H1.HeaderClassName
{
color: #ACADDC;
}
.AnyTagClassName
{
color: #ACADDC;
}
</style>
background-color css
<style>
a { background-color: #ACADDC; }
a { background-color: rgb(172,173,220); }
div.DivClassName
{
background-color: #ACADDC;
}
.BgClassName
{
background-color: #ACADDC;
}
</style>
border-color css
<style>
span { border-color: #ACADDC; }
span { border-color: rgb(172,173,220); }
td.TdClassName
{
border-color: #ACADDC;
}
.TagClassName
{
border-color: #ACADDC;
}
</style>