Shades of Perano #ADAFDD
Tints of Perano #ADAFDD
RGB
CMYK
RGB Variations
Color information
#ADAFDD (or 0xADAFDD) is known color: Perano. HEX triplet: AD, AF and DD. RGB value is (173,175,221). Sum of RGB (Red+Green+Blue) = 173+175+221=569 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.40% from 569); Green value is 175 (68.75% from 255 or 30.76% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #ADAFDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAFDD is #525022. Grayscale: #B3B3B3. Windows color (decimal): -5394467 or 14528429. OLE color: 14528429.
HSL color Cylindrical-coordinate representation of color #ADAFDD: hue angle of 237.5º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADAFDD is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 173 | 175 | 221 | - |
CMYK | 0.22 | 0.21 | 0 | 0.13 |
HSL | 237.5º | 0.41% | 0.77% | - |
HSV(B) | 237.5º | 0.22% | 0.87% | - |
XYZ | 45.61 | 44.76 | 74.64 | - |
YUV | 179.65 | 151.34 | 123.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 175 | 221 | 0.22 | 0.21 | 0 | 0.13 | 237.5 | 0.41 | 0.77 |
Hex | AD | AF | DD | 16 | 15 | 0 | D | EE | 29 | 4D |
Octal | 255 | 257 | 335 | 26 | 25 | 0 | 15 | 356 | 51 | 115 |
Binary | 10101101 | 10101111 | 11011101 | 10110 | 10101 | 0 | 1101 | 11101110 | 101001 | 1001101 |
Color Harmonies of #ADAFDD
Complementary color
Monochromatic Colors of #ADAFDD
Black with #ADAFDD
Text Example
Text Example
White with #ADAFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAFDD; }
p { color: rgb(173,175,221); }
H1.HeaderClassName
{
color: #ADAFDD;
}
.AnyTagClassName
{
color: #ADAFDD;
}
</style>
background-color css
<style>
a { background-color: #ADAFDD; }
a { background-color: rgb(173,175,221); }
div.DivClassName
{
background-color: #ADAFDD;
}
.BgClassName
{
background-color: #ADAFDD;
}
</style>
border-color css
<style>
span { border-color: #ADAFDD; }
span { border-color: rgb(173,175,221); }
td.TdClassName
{
border-color: #ADAFDD;
}
.TagClassName
{
border-color: #ADAFDD;
}
</style>