Shades of Scandal #A3DED3
Tints of Scandal #A3DED3
RGB
CMYK
RGB Variations
Color information
#A3DED3 (or 0xA3DED3) is known color: Scandal. HEX triplet: A3, DE and D3. RGB value is (163,222,211). Sum of RGB (Red+Green+Blue) = 163+222+211=596 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.35% from 596); Green value is 222 (87.11% from 255 or 37.25% from 596); Blue value is 211 (82.81% from 255 or 35.40% from 596); Max value from RGB is 222 - color contains mainly: green. Hex color #A3DED3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DED3 is #5C212C. Grayscale: #CBCBCB. Windows color (decimal): -6037805 or 13885091. OLE color: 13885091.
HSL color Cylindrical-coordinate representation of color #A3DED3: hue angle of 168.81º 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 #A3DED3 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 222 | 211 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.13 |
| HSL | 168.81º | 0.47% | 0.75% | - |
| HSV(B) | 168.81º | 0.27% | 0.87% | - |
| XYZ | 52.98 | 64.73 | 71.33 | - |
| YUV | 203.11 | 132.45 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 222 | 211 | 0.27 | 0 | 0.05 | 0.13 | 168.81 | 0.47 | 0.75 |
| Hex | A3 | DE | D3 | 1B | 0 | 5 | D | A9 | 2F | 4B |
| Octal | 243 | 336 | 323 | 33 | 0 | 5 | 15 | 251 | 57 | 113 |
| Binary | 10100011 | 11011110 | 11010011 | 11011 | 0 | 101 | 1101 | 10101001 | 101111 | 1001011 |
Color Harmonies of #A3DED3
Complementary color
Monochromatic Colors of #A3DED3
Black with #A3DED3
Text Example
Text Example
White with #A3DED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DED3; }
p { color: rgb(163,222,211); }
H1.HeaderClassName
{
color: #A3DED3;
}
.AnyTagClassName
{
color: #A3DED3;
}
</style>
background-color css
<style>
a { background-color: #A3DED3; }
a { background-color: rgb(163,222,211); }
div.DivClassName
{
background-color: #A3DED3;
}
.BgClassName
{
background-color: #A3DED3;
}
</style>
border-color css
<style>
span { border-color: #A3DED3; }
span { border-color: rgb(163,222,211); }
td.TdClassName
{
border-color: #A3DED3;
}
.TagClassName
{
border-color: #A3DED3;
}
</style>