Shades of Scandal #A4DDCD
Tints of Scandal #A4DDCD
RGB
CMYK
RGB Variations
Color information
#A4DDCD (or 0xA4DDCD) is known color: Scandal. HEX triplet: A4, DD and CD. RGB value is (164,221,205). Sum of RGB (Red+Green+Blue) = 164+221+205=590 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.80% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 221 - color contains mainly: green. Hex color #A4DDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DDCD is #5B2232. Grayscale: #CACACA. Windows color (decimal): -5972531 or 13491620. OLE color: 13491620.
HSL color Cylindrical-coordinate representation of color #A4DDCD: hue angle of 163.16º 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 #A4DDCD is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 221 | 205 | - |
| CMYK | 0.26 | 0 | 0.07 | 0.13 |
| HSL | 163.16º | 0.46% | 0.75% | - |
| HSV(B) | 163.16º | 0.26% | 0.87% | - |
| XYZ | 52.19 | 64.01 | 67.36 | - |
| YUV | 202.13 | 129.62 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 221 | 205 | 0.26 | 0 | 0.07 | 0.13 | 163.16 | 0.46 | 0.75 |
| Hex | A4 | DD | CD | 1A | 0 | 7 | D | A3 | 2E | 4B |
| Octal | 244 | 335 | 315 | 32 | 0 | 7 | 15 | 243 | 56 | 113 |
| Binary | 10100100 | 11011101 | 11001101 | 11010 | 0 | 111 | 1101 | 10100011 | 101110 | 1001011 |
Color Harmonies of #A4DDCD
Complementary color
Monochromatic Colors of #A4DDCD
Black with #A4DDCD
Text Example
Text Example
White with #A4DDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DDCD; }
p { color: rgb(164,221,205); }
H1.HeaderClassName
{
color: #A4DDCD;
}
.AnyTagClassName
{
color: #A4DDCD;
}
</style>
background-color css
<style>
a { background-color: #A4DDCD; }
a { background-color: rgb(164,221,205); }
div.DivClassName
{
background-color: #A4DDCD;
}
.BgClassName
{
background-color: #A4DDCD;
}
</style>
border-color css
<style>
span { border-color: #A4DDCD; }
span { border-color: rgb(164,221,205); }
td.TdClassName
{
border-color: #A4DDCD;
}
.TagClassName
{
border-color: #A4DDCD;
}
</style>