Shades of Mischka #ADAFB7
Tints of Mischka #ADAFB7
RGB
CMYK
RGB Variations
Color information
#ADAFB7 (or 0xADAFB7) is known color: Mischka. HEX triplet: AD, AF and B7. RGB value is (173,175,183). Sum of RGB (Red+Green+Blue) = 173+175+183=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 175 (68.75% from 255 or 32.96% from 531); Blue value is 183 (71.88% from 255 or 34.46% from 531); Max value from RGB is 183 - color contains mainly: blue. Hex color #ADAFB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAFB7 is #525048. Grayscale: #AFAFAF. Windows color (decimal): -5394505 or 12038061. OLE color: 12038061.
HSL color Cylindrical-coordinate representation of color #ADAFB7: hue angle of 228º degrees, saturation: 0.06, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ADAFB7 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
RGB | 173 | 175 | 183 | - |
CMYK | 0.05 | 0.04 | 0 | 0.28 |
HSL | 228º | 0.06% | 0.7% | - |
HSV(B) | 228º | 0.05% | 0.72% | - |
XYZ | 41.11 | 42.96 | 50.93 | - |
YUV | 175.31 | 132.34 | 126.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 175 | 183 | 0.05 | 0.04 | 0 | 0.28 | 228 | 0.06 | 0.7 |
Hex | AD | AF | B7 | 5 | 4 | 0 | 1C | E4 | 6 | 46 |
Octal | 255 | 257 | 267 | 5 | 4 | 0 | 34 | 344 | 6 | 106 |
Binary | 10101101 | 10101111 | 10110111 | 101 | 100 | 0 | 11100 | 11100100 | 110 | 1000110 |
Color Harmonies of #ADAFB7
Complementary color
Monochromatic Colors of #ADAFB7
Black with #ADAFB7
Text Example
Text Example
White with #ADAFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAFB7; }
p { color: rgb(173,175,183); }
H1.HeaderClassName
{
color: #ADAFB7;
}
.AnyTagClassName
{
color: #ADAFB7;
}
</style>
background-color css
<style>
a { background-color: #ADAFB7; }
a { background-color: rgb(173,175,183); }
div.DivClassName
{
background-color: #ADAFB7;
}
.BgClassName
{
background-color: #ADAFB7;
}
</style>
border-color css
<style>
span { border-color: #ADAFB7; }
span { border-color: rgb(173,175,183); }
td.TdClassName
{
border-color: #ADAFB7;
}
.TagClassName
{
border-color: #ADAFB7;
}
</style>