Shades of Scandal #A4DDCC
Tints of Scandal #A4DDCC
RGB
CMYK
RGB Variations
Color information
#A4DDCC (or 0xA4DDCC) is known color: Scandal. HEX triplet: A4, DD and CC. RGB value is (164,221,204). Sum of RGB (Red+Green+Blue) = 164+221+204=589 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.84% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 221 - color contains mainly: green. Hex color #A4DDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DDCC is #5B2233. Grayscale: #CACACA. Windows color (decimal): -5972532 or 13426084. OLE color: 13426084.
HSL color Cylindrical-coordinate representation of color #A4DDCC: hue angle of 162.11º 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 #A4DDCC is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 221 | 204 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.13 |
| HSL | 162.11º | 0.46% | 0.75% | - |
| HSV(B) | 162.11º | 0.26% | 0.87% | - |
| XYZ | 52.07 | 63.97 | 66.73 | - |
| YUV | 202.02 | 129.12 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 221 | 204 | 0.26 | 0 | 0.08 | 0.13 | 162.11 | 0.46 | 0.75 |
| Hex | A4 | DD | CC | 1A | 0 | 8 | D | A2 | 2E | 4B |
| Octal | 244 | 335 | 314 | 32 | 0 | 10 | 15 | 242 | 56 | 113 |
| Binary | 10100100 | 11011101 | 11001100 | 11010 | 0 | 1000 | 1101 | 10100010 | 101110 | 1001011 |
Color Harmonies of #A4DDCC
Complementary color
Monochromatic Colors of #A4DDCC
Black with #A4DDCC
Text Example
Text Example
White with #A4DDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DDCC; }
p { color: rgb(164,221,204); }
H1.HeaderClassName
{
color: #A4DDCC;
}
.AnyTagClassName
{
color: #A4DDCC;
}
</style>
background-color css
<style>
a { background-color: #A4DDCC; }
a { background-color: rgb(164,221,204); }
div.DivClassName
{
background-color: #A4DDCC;
}
.BgClassName
{
background-color: #A4DDCC;
}
</style>
border-color css
<style>
span { border-color: #A4DDCC; }
span { border-color: rgb(164,221,204); }
td.TdClassName
{
border-color: #A4DDCC;
}
.TagClassName
{
border-color: #A4DDCC;
}
</style>