Shades of Scandal #A1E0D2
Tints of Scandal #A1E0D2
RGB
CMYK
RGB Variations
Color information
#A1E0D2 (or 0xA1E0D2) is known color: Scandal. HEX triplet: A1, E0 and D2. RGB value is (161,224,210). Sum of RGB (Red+Green+Blue) = 161+224+210=595 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.06% from 595); Green value is 224 (87.89% from 255 or 37.65% from 595); Blue value is 210 (82.42% from 255 or 35.29% from 595); Max value from RGB is 224 - color contains mainly: green. Hex color #A1E0D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E0D2 is #5E1F2D. Grayscale: #CBCBCB. Windows color (decimal): -6168366 or 13820065. OLE color: 13820065.
HSL color Cylindrical-coordinate representation of color #A1E0D2: hue angle of 166.67º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1E0D2 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 224 | 210 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.12 |
| HSL | 166.67º | 0.5% | 0.75% | - |
| HSV(B) | 166.67º | 0.28% | 0.88% | - |
| XYZ | 52.99 | 65.54 | 70.83 | - |
| YUV | 203.57 | 131.63 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 224 | 210 | 0.28 | 0 | 0.06 | 0.12 | 166.67 | 0.5 | 0.75 |
| Hex | A1 | E0 | D2 | 1C | 0 | 6 | C | A7 | 32 | 4B |
| Octal | 241 | 340 | 322 | 34 | 0 | 6 | 14 | 247 | 62 | 113 |
| Binary | 10100001 | 11100000 | 11010010 | 11100 | 0 | 110 | 1100 | 10100111 | 110010 | 1001011 |
Color Harmonies of #A1E0D2
Complementary color
Monochromatic Colors of #A1E0D2
Black with #A1E0D2
Text Example
Text Example
White with #A1E0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E0D2; }
p { color: rgb(161,224,210); }
H1.HeaderClassName
{
color: #A1E0D2;
}
.AnyTagClassName
{
color: #A1E0D2;
}
</style>
background-color css
<style>
a { background-color: #A1E0D2; }
a { background-color: rgb(161,224,210); }
div.DivClassName
{
background-color: #A1E0D2;
}
.BgClassName
{
background-color: #A1E0D2;
}
</style>
border-color css
<style>
span { border-color: #A1E0D2; }
span { border-color: rgb(161,224,210); }
td.TdClassName
{
border-color: #A1E0D2;
}
.TagClassName
{
border-color: #A1E0D2;
}
</style>