Shades of Scandal #A8DAC7
Tints of Scandal #A8DAC7
RGB
CMYK
RGB Variations
Color information
#A8DAC7 (or 0xA8DAC7) is known color: Scandal. HEX triplet: A8, DA and C7. RGB value is (168,218,199). Sum of RGB (Red+Green+Blue) = 168+218+199=585 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.72% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 199 (78.12% from 255 or 34.02% from 585); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DAC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DAC7 is #572538. Grayscale: #C8C8C8. Windows color (decimal): -5711161 or 13097640. OLE color: 13097640.
HSL color Cylindrical-coordinate representation of color #A8DAC7: hue angle of 157.2º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8DAC7 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
RGB | 168 | 218 | 199 | - |
CMYK | 0.23 | 0 | 0.09 | 0.15 |
HSL | 157.2º | 0.4% | 0.76% | - |
HSV(B) | 157.2º | 0.23% | 0.85% | - |
XYZ | 51.53 | 62.59 | 63.4 | - |
YUV | 200.88 | 126.94 | 104.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 218 | 199 | 0.23 | 0 | 0.09 | 0.15 | 157.2 | 0.4 | 0.76 |
Hex | A8 | DA | C7 | 17 | 0 | 9 | F | 9D | 28 | 4C |
Octal | 250 | 332 | 307 | 27 | 0 | 11 | 17 | 235 | 50 | 114 |
Binary | 10101000 | 11011010 | 11000111 | 10111 | 0 | 1001 | 1111 | 10011101 | 101000 | 1001100 |
Color Harmonies of #A8DAC7
Complementary color
Monochromatic Colors of #A8DAC7
Black with #A8DAC7
Text Example
Text Example
White with #A8DAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DAC7; }
p { color: rgb(168,218,199); }
H1.HeaderClassName
{
color: #A8DAC7;
}
.AnyTagClassName
{
color: #A8DAC7;
}
</style>
background-color css
<style>
a { background-color: #A8DAC7; }
a { background-color: rgb(168,218,199); }
div.DivClassName
{
background-color: #A8DAC7;
}
.BgClassName
{
background-color: #A8DAC7;
}
</style>
border-color css
<style>
span { border-color: #A8DAC7; }
span { border-color: rgb(168,218,199); }
td.TdClassName
{
border-color: #A8DAC7;
}
.TagClassName
{
border-color: #A8DAC7;
}
</style>