Shades of Scandal #A4E1D9
Tints of Scandal #A4E1D9
RGB
CMYK
RGB Variations
Color information
#A4E1D9 (or 0xA4E1D9) is known color: Scandal. HEX triplet: A4, E1 and D9. RGB value is (164,225,217). Sum of RGB (Red+Green+Blue) = 164+225+217=606 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.06% from 606); Green value is 225 (88.28% from 255 or 37.13% from 606); Blue value is 217 (85.16% from 255 or 35.81% from 606); Max value from RGB is 225 - color contains mainly: green. Hex color #A4E1D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4E1D9 is #5B1E26. Grayscale: #CDCDCD. Windows color (decimal): -5971495 or 14279076. OLE color: 14279076.
HSL color Cylindrical-coordinate representation of color #A4E1D9: hue angle of 172.13º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A4E1D9 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 164 | 225 | 217 | - |
| CMYK | 0.27 | 0 | 0.04 | 0.12 |
| HSL | 172.13º | 0.5% | 0.76% | - |
| HSV(B) | 172.13º | 0.27% | 0.88% | - |
| XYZ | 54.76 | 66.75 | 75.64 | - |
| YUV | 205.85 | 134.29 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 225 | 217 | 0.27 | 0 | 0.04 | 0.12 | 172.13 | 0.5 | 0.76 |
| Hex | A4 | E1 | D9 | 1B | 0 | 4 | C | AC | 32 | 4C |
| Octal | 244 | 341 | 331 | 33 | 0 | 4 | 14 | 254 | 62 | 114 |
| Binary | 10100100 | 11100001 | 11011001 | 11011 | 0 | 100 | 1100 | 10101100 | 110010 | 1001100 |
Color Harmonies of #A4E1D9
Complementary color
Monochromatic Colors of #A4E1D9
Black with #A4E1D9
Text Example
Text Example
White with #A4E1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E1D9; }
p { color: rgb(164,225,217); }
H1.HeaderClassName
{
color: #A4E1D9;
}
.AnyTagClassName
{
color: #A4E1D9;
}
</style>
background-color css
<style>
a { background-color: #A4E1D9; }
a { background-color: rgb(164,225,217); }
div.DivClassName
{
background-color: #A4E1D9;
}
.BgClassName
{
background-color: #A4E1D9;
}
</style>
border-color css
<style>
span { border-color: #A4E1D9; }
span { border-color: rgb(164,225,217); }
td.TdClassName
{
border-color: #A4E1D9;
}
.TagClassName
{
border-color: #A4E1D9;
}
</style>