Shades of Scandal #A4D9C8
Tints of Scandal #A4D9C8
RGB
CMYK
RGB Variations
Color information
#A4D9C8 (or 0xA4D9C8) is known color: Scandal. HEX triplet: A4, D9 and C8. RGB value is (164,217,200). Sum of RGB (Red+Green+Blue) = 164+217+200=581 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.23% from 581); Green value is 217 (85.16% from 255 or 37.35% from 581); Blue value is 200 (78.52% from 255 or 34.42% from 581); Max value from RGB is 217 - color contains mainly: green. Hex color #A4D9C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D9C8 is #5B2637. Grayscale: #C7C7C7. Windows color (decimal): -5973560 or 13162916. OLE color: 13162916.
HSL color Cylindrical-coordinate representation of color #A4D9C8: hue angle of 160.75º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A4D9C8 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 217 | 200 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.15 |
| HSL | 160.75º | 0.41% | 0.75% | - |
| HSV(B) | 160.75º | 0.24% | 0.85% | - |
| XYZ | 50.55 | 61.69 | 63.89 | - |
| YUV | 199.22 | 128.44 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 217 | 200 | 0.24 | 0 | 0.08 | 0.15 | 160.75 | 0.41 | 0.75 |
| Hex | A4 | D9 | C8 | 18 | 0 | 8 | F | A1 | 29 | 4B |
| Octal | 244 | 331 | 310 | 30 | 0 | 10 | 17 | 241 | 51 | 113 |
| Binary | 10100100 | 11011001 | 11001000 | 11000 | 0 | 1000 | 1111 | 10100001 | 101001 | 1001011 |
Color Harmonies of #A4D9C8
Complementary color
Monochromatic Colors of #A4D9C8
Black with #A4D9C8
Text Example
Text Example
White with #A4D9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D9C8; }
p { color: rgb(164,217,200); }
H1.HeaderClassName
{
color: #A4D9C8;
}
.AnyTagClassName
{
color: #A4D9C8;
}
</style>
background-color css
<style>
a { background-color: #A4D9C8; }
a { background-color: rgb(164,217,200); }
div.DivClassName
{
background-color: #A4D9C8;
}
.BgClassName
{
background-color: #A4D9C8;
}
</style>
border-color css
<style>
span { border-color: #A4D9C8; }
span { border-color: rgb(164,217,200); }
td.TdClassName
{
border-color: #A4D9C8;
}
.TagClassName
{
border-color: #A4D9C8;
}
</style>