Shades of Perano #ADAEDF
Tints of Perano #ADAEDF
RGB
CMYK
RGB Variations
Color information
#ADAEDF (or 0xADAEDF) is known color: Perano. HEX triplet: AD, AE and DF. RGB value is (173,174,223). Sum of RGB (Red+Green+Blue) = 173+174+223=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 174 (68.36% from 255 or 30.53% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #ADAEDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAEDF is #525120. Grayscale: #B3B3B3. Windows color (decimal): -5394721 or 14659245. OLE color: 14659245.
HSL color Cylindrical-coordinate representation of color #ADAEDF: hue angle of 238.8º degrees, saturation: 0.44, 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 #ADAEDF is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 174 | 223 | - |
| CMYK | 0.22 | 0.22 | 0 | 0.13 |
| HSL | 238.8º | 0.44% | 0.78% | - |
| HSV(B) | 238.8º | 0.22% | 0.87% | - |
| XYZ | 45.69 | 44.48 | 75.99 | - |
| YUV | 179.29 | 152.67 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 174 | 223 | 0.22 | 0.22 | 0 | 0.13 | 238.8 | 0.44 | 0.78 |
| Hex | AD | AE | DF | 16 | 16 | 0 | D | EF | 2C | 4E |
| Octal | 255 | 256 | 337 | 26 | 26 | 0 | 15 | 357 | 54 | 116 |
| Binary | 10101101 | 10101110 | 11011111 | 10110 | 10110 | 0 | 1101 | 11101111 | 101100 | 1001110 |
Color Harmonies of #ADAEDF
Complementary color
Monochromatic Colors of #ADAEDF
Black with #ADAEDF
Text Example
Text Example
White with #ADAEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAEDF; }
p { color: rgb(173,174,223); }
H1.HeaderClassName
{
color: #ADAEDF;
}
.AnyTagClassName
{
color: #ADAEDF;
}
</style>
background-color css
<style>
a { background-color: #ADAEDF; }
a { background-color: rgb(173,174,223); }
div.DivClassName
{
background-color: #ADAEDF;
}
.BgClassName
{
background-color: #ADAEDF;
}
</style>
border-color css
<style>
span { border-color: #ADAEDF; }
span { border-color: rgb(173,174,223); }
td.TdClassName
{
border-color: #ADAEDF;
}
.TagClassName
{
border-color: #ADAEDF;
}
</style>