Shades of Scandal #A8DBCE
Tints of Scandal #A8DBCE
RGB
CMYK
RGB Variations
Color information
#A8DBCE (or 0xA8DBCE) is known color: Scandal. HEX triplet: A8, DB and CE. RGB value is (168,219,206). Sum of RGB (Red+Green+Blue) = 168+219+206=593 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.33% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DBCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DBCE is #572431. Grayscale: #CACACA. Windows color (decimal): -5710898 or 13556648. OLE color: 13556648.
HSL color Cylindrical-coordinate representation of color #A8DBCE: hue angle of 164.71º 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 #A8DBCE is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 219 | 206 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.14 |
| HSL | 164.71º | 0.41% | 0.76% | - |
| HSV(B) | 164.71º | 0.23% | 0.86% | - |
| XYZ | 52.62 | 63.44 | 67.87 | - |
| YUV | 202.27 | 130.1 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 219 | 206 | 0.23 | 0 | 0.06 | 0.14 | 164.71 | 0.41 | 0.76 |
| Hex | A8 | DB | CE | 17 | 0 | 6 | E | A5 | 29 | 4C |
| Octal | 250 | 333 | 316 | 27 | 0 | 6 | 16 | 245 | 51 | 114 |
| Binary | 10101000 | 11011011 | 11001110 | 10111 | 0 | 110 | 1110 | 10100101 | 101001 | 1001100 |
Color Harmonies of #A8DBCE
Complementary color
Monochromatic Colors of #A8DBCE
Black with #A8DBCE
Text Example
Text Example
White with #A8DBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DBCE; }
p { color: rgb(168,219,206); }
H1.HeaderClassName
{
color: #A8DBCE;
}
.AnyTagClassName
{
color: #A8DBCE;
}
</style>
background-color css
<style>
a { background-color: #A8DBCE; }
a { background-color: rgb(168,219,206); }
div.DivClassName
{
background-color: #A8DBCE;
}
.BgClassName
{
background-color: #A8DBCE;
}
</style>
border-color css
<style>
span { border-color: #A8DBCE; }
span { border-color: rgb(168,219,206); }
td.TdClassName
{
border-color: #A8DBCE;
}
.TagClassName
{
border-color: #A8DBCE;
}
</style>