Shades of Scandal #A7E0D7
Tints of Scandal #A7E0D7
RGB
CMYK
RGB Variations
Color information
#A7E0D7 (or 0xA7E0D7) is known color: Scandal. HEX triplet: A7, E0 and D7. RGB value is (167,224,215). Sum of RGB (Red+Green+Blue) = 167+224+215=606 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.56% from 606); Green value is 224 (87.89% from 255 or 36.96% from 606); Blue value is 215 (84.38% from 255 or 35.48% from 606); Max value from RGB is 224 - color contains mainly: green. Hex color #A7E0D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7E0D7 is #581F28. Grayscale: #CDCDCD. Windows color (decimal): -5775145 or 14147751. OLE color: 14147751.
HSL color Cylindrical-coordinate representation of color #A7E0D7: hue angle of 170.53º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A7E0D7 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 167 | 224 | 215 | - |
| CMYK | 0.25 | 0 | 0.04 | 0.12 |
| HSL | 170.53º | 0.48% | 0.77% | - |
| HSV(B) | 170.53º | 0.25% | 0.88% | - |
| XYZ | 54.86 | 66.43 | 74.22 | - |
| YUV | 205.93 | 133.12 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 224 | 215 | 0.25 | 0 | 0.04 | 0.12 | 170.53 | 0.48 | 0.77 |
| Hex | A7 | E0 | D7 | 19 | 0 | 4 | C | AB | 30 | 4D |
| Octal | 247 | 340 | 327 | 31 | 0 | 4 | 14 | 253 | 60 | 115 |
| Binary | 10100111 | 11100000 | 11010111 | 11001 | 0 | 100 | 1100 | 10101011 | 110000 | 1001101 |
Color Harmonies of #A7E0D7
Complementary color
Monochromatic Colors of #A7E0D7
Black with #A7E0D7
Text Example
Text Example
White with #A7E0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E0D7; }
p { color: rgb(167,224,215); }
H1.HeaderClassName
{
color: #A7E0D7;
}
.AnyTagClassName
{
color: #A7E0D7;
}
</style>
background-color css
<style>
a { background-color: #A7E0D7; }
a { background-color: rgb(167,224,215); }
div.DivClassName
{
background-color: #A7E0D7;
}
.BgClassName
{
background-color: #A7E0D7;
}
</style>
border-color css
<style>
span { border-color: #A7E0D7; }
span { border-color: rgb(167,224,215); }
td.TdClassName
{
border-color: #A7E0D7;
}
.TagClassName
{
border-color: #A7E0D7;
}
</style>