Shades of Perano #ADAFEC
Tints of Perano #ADAFEC
RGB
CMYK
RGB Variations
Color information
#ADAFEC (or 0xADAFEC) is known color: Perano. HEX triplet: AD, AF and EC. RGB value is (173,175,236). Sum of RGB (Red+Green+Blue) = 173+175+236=584 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.62% from 584); Green value is 175 (68.75% from 255 or 29.97% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADAFEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADAFEC is #525013. Grayscale: #B5B5B5. Windows color (decimal): -5394452 or 15511469. OLE color: 15511469.
HSL color Cylindrical-coordinate representation of color #ADAFEC: hue angle of 238.1º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADAFEC is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 175 | 236 | - |
| CMYK | 0.27 | 0.26 | 0 | 0.07 |
| HSL | 238.1º | 0.62% | 0.8% | - |
| HSV(B) | 238.1º | 0.27% | 0.93% | - |
| XYZ | 47.7 | 45.6 | 85.64 | - |
| YUV | 181.36 | 158.84 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 236 | 0.27 | 0.26 | 0 | 0.07 | 238.1 | 0.62 | 0.8 |
| Hex | AD | AF | EC | 1B | 1A | 0 | 7 | EE | 3E | 50 |
| Octal | 255 | 257 | 354 | 33 | 32 | 0 | 7 | 356 | 76 | 120 |
| Binary | 10101101 | 10101111 | 11101100 | 11011 | 11010 | 0 | 111 | 11101110 | 111110 | 1010000 |
Color Harmonies of #ADAFEC
Complementary color
Monochromatic Colors of #ADAFEC
Black with #ADAFEC
Text Example
Text Example
White with #ADAFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAFEC; }
p { color: rgb(173,175,236); }
H1.HeaderClassName
{
color: #ADAFEC;
}
.AnyTagClassName
{
color: #ADAFEC;
}
</style>
background-color css
<style>
a { background-color: #ADAFEC; }
a { background-color: rgb(173,175,236); }
div.DivClassName
{
background-color: #ADAFEC;
}
.BgClassName
{
background-color: #ADAFEC;
}
</style>
border-color css
<style>
span { border-color: #ADAFEC; }
span { border-color: rgb(173,175,236); }
td.TdClassName
{
border-color: #ADAFEC;
}
.TagClassName
{
border-color: #ADAFEC;
}
</style>