Shades of Scandal #A4DDC9
Tints of Scandal #A4DDC9
RGB
CMYK
RGB Variations
Color information
#A4DDC9 (or 0xA4DDC9) is known color: Scandal. HEX triplet: A4, DD and C9. RGB value is (164,221,201). Sum of RGB (Red+Green+Blue) = 164+221+201=586 (77% of max value = 765). Red value is 164 (64.45% from 255 or 27.99% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 201 (78.91% from 255 or 34.30% from 586); Max value from RGB is 221 - color contains mainly: green. Hex color #A4DDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DDC9 is #5B2236. Grayscale: #C9C9C9. Windows color (decimal): -5972535 or 13229476. OLE color: 13229476.
HSL color Cylindrical-coordinate representation of color #A4DDC9: hue angle of 158.95º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4DDC9 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 221 | 201 | - |
| CMYK | 0.26 | 0 | 0.09 | 0.13 |
| HSL | 158.95º | 0.46% | 0.75% | - |
| HSV(B) | 158.95º | 0.26% | 0.87% | - |
| XYZ | 51.71 | 63.82 | 64.85 | - |
| YUV | 201.68 | 127.62 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 221 | 201 | 0.26 | 0 | 0.09 | 0.13 | 158.95 | 0.46 | 0.75 |
| Hex | A4 | DD | C9 | 1A | 0 | 9 | D | 9F | 2E | 4B |
| Octal | 244 | 335 | 311 | 32 | 0 | 11 | 15 | 237 | 56 | 113 |
| Binary | 10100100 | 11011101 | 11001001 | 11010 | 0 | 1001 | 1101 | 10011111 | 101110 | 1001011 |
Color Harmonies of #A4DDC9
Complementary color
Monochromatic Colors of #A4DDC9
Black with #A4DDC9
Text Example
Text Example
White with #A4DDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DDC9; }
p { color: rgb(164,221,201); }
H1.HeaderClassName
{
color: #A4DDC9;
}
.AnyTagClassName
{
color: #A4DDC9;
}
</style>
background-color css
<style>
a { background-color: #A4DDC9; }
a { background-color: rgb(164,221,201); }
div.DivClassName
{
background-color: #A4DDC9;
}
.BgClassName
{
background-color: #A4DDC9;
}
</style>
border-color css
<style>
span { border-color: #A4DDC9; }
span { border-color: rgb(164,221,201); }
td.TdClassName
{
border-color: #A4DDC9;
}
.TagClassName
{
border-color: #A4DDC9;
}
</style>