Shades of Scandal #A3DBCE
Tints of Scandal #A3DBCE
RGB
CMYK
RGB Variations
Color information
#A3DBCE (or 0xA3DBCE) is known color: Scandal. HEX triplet: A3, DB and CE. RGB value is (163,219,206). Sum of RGB (Red+Green+Blue) = 163+219+206=588 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.72% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 219 - color contains mainly: green. Hex color #A3DBCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DBCE is #5C2431. Grayscale: #C8C8C8. Windows color (decimal): -6038578 or 13556643. OLE color: 13556643.
HSL color Cylindrical-coordinate representation of color #A3DBCE: hue angle of 166.07º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3DBCE is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 219 | 206 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.14 |
| HSL | 166.07º | 0.44% | 0.75% | - |
| HSV(B) | 166.07º | 0.26% | 0.86% | - |
| XYZ | 51.58 | 62.91 | 67.82 | - |
| YUV | 200.77 | 130.95 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 219 | 206 | 0.26 | 0 | 0.06 | 0.14 | 166.07 | 0.44 | 0.75 |
| Hex | A3 | DB | CE | 1A | 0 | 6 | E | A6 | 2C | 4B |
| Octal | 243 | 333 | 316 | 32 | 0 | 6 | 16 | 246 | 54 | 113 |
| Binary | 10100011 | 11011011 | 11001110 | 11010 | 0 | 110 | 1110 | 10100110 | 101100 | 1001011 |
Color Harmonies of #A3DBCE
Complementary color
Monochromatic Colors of #A3DBCE
Black with #A3DBCE
Text Example
Text Example
White with #A3DBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DBCE; }
p { color: rgb(163,219,206); }
H1.HeaderClassName
{
color: #A3DBCE;
}
.AnyTagClassName
{
color: #A3DBCE;
}
</style>
background-color css
<style>
a { background-color: #A3DBCE; }
a { background-color: rgb(163,219,206); }
div.DivClassName
{
background-color: #A3DBCE;
}
.BgClassName
{
background-color: #A3DBCE;
}
</style>
border-color css
<style>
span { border-color: #A3DBCE; }
span { border-color: rgb(163,219,206); }
td.TdClassName
{
border-color: #A3DBCE;
}
.TagClassName
{
border-color: #A3DBCE;
}
</style>