Shades of Perano #ADAFDC
Tints of Perano #ADAFDC
RGB
CMYK
RGB Variations
Color information
#ADAFDC (or 0xADAFDC) is known color: Perano. HEX triplet: AD, AF and DC. RGB value is (173,175,220). Sum of RGB (Red+Green+Blue) = 173+175+220=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADAFDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAFDC is #525023. Grayscale: #B3B3B3. Windows color (decimal): -5394468 or 14462893. OLE color: 14462893.
HSL color Cylindrical-coordinate representation of color #ADAFDC: hue angle of 237.45º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADAFDC is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 175 | 220 | - |
| CMYK | 0.21 | 0.20 | 0 | 0.14 |
| HSL | 237.45º | 0.4% | 0.77% | - |
| HSV(B) | 237.45º | 0.21% | 0.86% | - |
| XYZ | 45.48 | 44.71 | 73.94 | - |
| YUV | 179.53 | 150.84 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 220 | 0.21 | 0.20 | 0 | 0.14 | 237.45 | 0.4 | 0.77 |
| Hex | AD | AF | DC | 15 | 14 | 0 | E | ED | 28 | 4D |
| Octal | 255 | 257 | 334 | 25 | 24 | 0 | 16 | 355 | 50 | 115 |
| Binary | 10101101 | 10101111 | 11011100 | 10101 | 10100 | 0 | 1110 | 11101101 | 101000 | 1001101 |
Color Harmonies of #ADAFDC
Complementary color
Monochromatic Colors of #ADAFDC
Black with #ADAFDC
Text Example
Text Example
White with #ADAFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAFDC; }
p { color: rgb(173,175,220); }
H1.HeaderClassName
{
color: #ADAFDC;
}
.AnyTagClassName
{
color: #ADAFDC;
}
</style>
background-color css
<style>
a { background-color: #ADAFDC; }
a { background-color: rgb(173,175,220); }
div.DivClassName
{
background-color: #ADAFDC;
}
.BgClassName
{
background-color: #ADAFDC;
}
</style>
border-color css
<style>
span { border-color: #ADAFDC; }
span { border-color: rgb(173,175,220); }
td.TdClassName
{
border-color: #ADAFDC;
}
.TagClassName
{
border-color: #ADAFDC;
}
</style>