Shades of Scandal #A3DECB
Tints of Scandal #A3DECB
RGB
CMYK
RGB Variations
Color information
#A3DECB (or 0xA3DECB) is known color: Scandal. HEX triplet: A3, DE and CB. RGB value is (163,222,203). Sum of RGB (Red+Green+Blue) = 163+222+203=588 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.72% from 588); Green value is 222 (87.11% from 255 or 37.76% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 222 - color contains mainly: green. Hex color #A3DECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DECB is #5C2134. Grayscale: #CACACA. Windows color (decimal): -6037813 or 13360803. OLE color: 13360803.
HSL color Cylindrical-coordinate representation of color #A3DECB: hue angle of 160.68º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A3DECB is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 222 | 203 | - |
| CMYK | 0.27 | 0 | 0.09 | 0.13 |
| HSL | 160.68º | 0.47% | 0.75% | - |
| HSV(B) | 160.68º | 0.27% | 0.87% | - |
| XYZ | 52.01 | 64.34 | 66.18 | - |
| YUV | 202.19 | 128.45 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 222 | 203 | 0.27 | 0 | 0.09 | 0.13 | 160.68 | 0.47 | 0.75 |
| Hex | A3 | DE | CB | 1B | 0 | 9 | D | A1 | 2F | 4B |
| Octal | 243 | 336 | 313 | 33 | 0 | 11 | 15 | 241 | 57 | 113 |
| Binary | 10100011 | 11011110 | 11001011 | 11011 | 0 | 1001 | 1101 | 10100001 | 101111 | 1001011 |
Color Harmonies of #A3DECB
Complementary color
Monochromatic Colors of #A3DECB
Black with #A3DECB
Text Example
Text Example
White with #A3DECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DECB; }
p { color: rgb(163,222,203); }
H1.HeaderClassName
{
color: #A3DECB;
}
.AnyTagClassName
{
color: #A3DECB;
}
</style>
background-color css
<style>
a { background-color: #A3DECB; }
a { background-color: rgb(163,222,203); }
div.DivClassName
{
background-color: #A3DECB;
}
.BgClassName
{
background-color: #A3DECB;
}
</style>
border-color css
<style>
span { border-color: #A3DECB; }
span { border-color: rgb(163,222,203); }
td.TdClassName
{
border-color: #A3DECB;
}
.TagClassName
{
border-color: #A3DECB;
}
</style>