Shades of Scandal #A8DBC9
Tints of Scandal #A8DBC9
RGB
CMYK
RGB Variations
Color information
#A8DBC9 (or 0xA8DBC9) is known color: Scandal. HEX triplet: A8, DB and C9. RGB value is (168,219,201). Sum of RGB (Red+Green+Blue) = 168+219+201=588 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.57% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 201 (78.91% from 255 or 34.18% from 588); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DBC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DBC9 is #572436. Grayscale: #C9C9C9. Windows color (decimal): -5710903 or 13228968. OLE color: 13228968.
HSL color Cylindrical-coordinate representation of color #A8DBC9: hue angle of 158.82º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8DBC9 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 219 | 201 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.14 |
| HSL | 158.82º | 0.41% | 0.76% | - |
| HSV(B) | 158.82º | 0.23% | 0.86% | - |
| XYZ | 52.02 | 63.2 | 64.72 | - |
| YUV | 201.7 | 127.6 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 219 | 201 | 0.23 | 0 | 0.08 | 0.14 | 158.82 | 0.41 | 0.76 |
| Hex | A8 | DB | C9 | 17 | 0 | 8 | E | 9F | 29 | 4C |
| Octal | 250 | 333 | 311 | 27 | 0 | 10 | 16 | 237 | 51 | 114 |
| Binary | 10101000 | 11011011 | 11001001 | 10111 | 0 | 1000 | 1110 | 10011111 | 101001 | 1001100 |
Color Harmonies of #A8DBC9
Complementary color
Monochromatic Colors of #A8DBC9
Black with #A8DBC9
Text Example
Text Example
White with #A8DBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DBC9; }
p { color: rgb(168,219,201); }
H1.HeaderClassName
{
color: #A8DBC9;
}
.AnyTagClassName
{
color: #A8DBC9;
}
</style>
background-color css
<style>
a { background-color: #A8DBC9; }
a { background-color: rgb(168,219,201); }
div.DivClassName
{
background-color: #A8DBC9;
}
.BgClassName
{
background-color: #A8DBC9;
}
</style>
border-color css
<style>
span { border-color: #A8DBC9; }
span { border-color: rgb(168,219,201); }
td.TdClassName
{
border-color: #A8DBC9;
}
.TagClassName
{
border-color: #A8DBC9;
}
</style>