Shades of Scandal #A3DED0
Tints of Scandal #A3DED0
RGB
CMYK
RGB Variations
Color information
#A3DED0 (or 0xA3DED0) is known color: Scandal. HEX triplet: A3, DE and D0. RGB value is (163,222,208). Sum of RGB (Red+Green+Blue) = 163+222+208=593 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.49% from 593); Green value is 222 (87.11% from 255 or 37.44% from 593); Blue value is 208 (81.64% from 255 or 35.08% from 593); Max value from RGB is 222 - color contains mainly: green. Hex color #A3DED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DED0 is #5C212F. Grayscale: #CACACA. Windows color (decimal): -6037808 or 13688483. OLE color: 13688483.
HSL color Cylindrical-coordinate representation of color #A3DED0: hue angle of 165.76º 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 #A3DED0 is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 222 | 208 | - |
| CMYK | 0.27 | 0 | 0.06 | 0.13 |
| HSL | 165.76º | 0.47% | 0.75% | - |
| HSV(B) | 165.76º | 0.27% | 0.87% | - |
| XYZ | 52.61 | 64.58 | 69.37 | - |
| YUV | 202.76 | 130.95 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 222 | 208 | 0.27 | 0 | 0.06 | 0.13 | 165.76 | 0.47 | 0.75 |
| Hex | A3 | DE | D0 | 1B | 0 | 6 | D | A6 | 2F | 4B |
| Octal | 243 | 336 | 320 | 33 | 0 | 6 | 15 | 246 | 57 | 113 |
| Binary | 10100011 | 11011110 | 11010000 | 11011 | 0 | 110 | 1101 | 10100110 | 101111 | 1001011 |
Color Harmonies of #A3DED0
Complementary color
Monochromatic Colors of #A3DED0
Black with #A3DED0
Text Example
Text Example
White with #A3DED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DED0; }
p { color: rgb(163,222,208); }
H1.HeaderClassName
{
color: #A3DED0;
}
.AnyTagClassName
{
color: #A3DED0;
}
</style>
background-color css
<style>
a { background-color: #A3DED0; }
a { background-color: rgb(163,222,208); }
div.DivClassName
{
background-color: #A3DED0;
}
.BgClassName
{
background-color: #A3DED0;
}
</style>
border-color css
<style>
span { border-color: #A3DED0; }
span { border-color: rgb(163,222,208); }
td.TdClassName
{
border-color: #A3DED0;
}
.TagClassName
{
border-color: #A3DED0;
}
</style>