Shades of Perano #ADAFDF
Tints of Perano #ADAFDF
RGB
CMYK
RGB Variations
Color information
#ADAFDF (or 0xADAFDF) is known color: Perano. HEX triplet: AD, AF and DF. RGB value is (173,175,223). Sum of RGB (Red+Green+Blue) = 173+175+223=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 175 (68.75% from 255 or 30.65% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #ADAFDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAFDF is #525020. Grayscale: #B3B3B3. Windows color (decimal): -5394465 or 14659501. OLE color: 14659501.
HSL color Cylindrical-coordinate representation of color #ADAFDF: hue angle of 237.6º 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 #ADAFDF is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 175 | 223 | - |
| CMYK | 0.22 | 0.22 | 0 | 0.13 |
| HSL | 237.6º | 0.44% | 0.78% | - |
| HSV(B) | 237.6º | 0.22% | 0.87% | - |
| XYZ | 45.88 | 44.87 | 76.05 | - |
| YUV | 179.87 | 152.34 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 223 | 0.22 | 0.22 | 0 | 0.13 | 237.6 | 0.44 | 0.78 |
| Hex | AD | AF | DF | 16 | 16 | 0 | D | EE | 2C | 4E |
| Octal | 255 | 257 | 337 | 26 | 26 | 0 | 15 | 356 | 54 | 116 |
| Binary | 10101101 | 10101111 | 11011111 | 10110 | 10110 | 0 | 1101 | 11101110 | 101100 | 1001110 |
Color Harmonies of #ADAFDF
Complementary color
Monochromatic Colors of #ADAFDF
Black with #ADAFDF
Text Example
Text Example
White with #ADAFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAFDF; }
p { color: rgb(173,175,223); }
H1.HeaderClassName
{
color: #ADAFDF;
}
.AnyTagClassName
{
color: #ADAFDF;
}
</style>
background-color css
<style>
a { background-color: #ADAFDF; }
a { background-color: rgb(173,175,223); }
div.DivClassName
{
background-color: #ADAFDF;
}
.BgClassName
{
background-color: #ADAFDF;
}
</style>
border-color css
<style>
span { border-color: #ADAFDF; }
span { border-color: rgb(173,175,223); }
td.TdClassName
{
border-color: #ADAFDF;
}
.TagClassName
{
border-color: #ADAFDF;
}
</style>