Shades of Mischka #ADAFB4
Tints of Mischka #ADAFB4
RGB
CMYK
RGB Variations
Color information
#ADAFB4 (or 0xADAFB4) is known color: Mischka. HEX triplet: AD, AF and B4. RGB value is (173,175,180). Sum of RGB (Red+Green+Blue) = 173+175+180=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 180 (70.70% from 255 or 34.09% from 528); Max value from RGB is 180 - color contains mainly: blue. Hex color #ADAFB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAFB4 is #52504B. Grayscale: #AEAEAE. Windows color (decimal): -5394508 or 11841453. OLE color: 11841453.
HSL color Cylindrical-coordinate representation of color #ADAFB4: hue angle of 222.86º degrees, saturation: 0.04, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ADAFB4 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 173 | 175 | 180 | - |
CMYK | 0.04 | 0.03 | 0 | 0.29 |
HSL | 222.86º | 0.04% | 0.69% | - |
HSV(B) | 222.86º | 0.04% | 0.71% | - |
XYZ | 40.8 | 42.84 | 49.3 | - |
YUV | 174.97 | 130.84 | 126.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 175 | 180 | 0.04 | 0.03 | 0 | 0.29 | 222.86 | 0.04 | 0.69 |
Hex | AD | AF | B4 | 4 | 3 | 0 | 1D | DF | 4 | 45 |
Octal | 255 | 257 | 264 | 4 | 3 | 0 | 35 | 337 | 4 | 105 |
Binary | 10101101 | 10101111 | 10110100 | 100 | 11 | 0 | 11101 | 11011111 | 100 | 1000101 |
Color Harmonies of #ADAFB4
Complementary color
Monochromatic Colors of #ADAFB4
Black with #ADAFB4
Text Example
Text Example
White with #ADAFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAFB4; }
p { color: rgb(173,175,180); }
H1.HeaderClassName
{
color: #ADAFB4;
}
.AnyTagClassName
{
color: #ADAFB4;
}
</style>
background-color css
<style>
a { background-color: #ADAFB4; }
a { background-color: rgb(173,175,180); }
div.DivClassName
{
background-color: #ADAFB4;
}
.BgClassName
{
background-color: #ADAFB4;
}
</style>
border-color css
<style>
span { border-color: #ADAFB4; }
span { border-color: rgb(173,175,180); }
td.TdClassName
{
border-color: #ADAFB4;
}
.TagClassName
{
border-color: #ADAFB4;
}
</style>