Shades of Scandal #A4DDC7
Tints of Scandal #A4DDC7
RGB
CMYK
RGB Variations
Color information
#A4DDC7 (or 0xA4DDC7) is known color: Scandal. HEX triplet: A4, DD and C7. RGB value is (164,221,199). Sum of RGB (Red+Green+Blue) = 164+221+199=584 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.08% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 199 (78.12% from 255 or 34.08% from 584); Max value from RGB is 221 - color contains mainly: green. Hex color #A4DDC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DDC7 is #5B2238. Grayscale: #C9C9C9. Windows color (decimal): -5972537 or 13098404. OLE color: 13098404.
HSL color Cylindrical-coordinate representation of color #A4DDC7: hue angle of 156.84º 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 #A4DDC7 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 221 | 199 | - |
| CMYK | 0.26 | 0 | 0.10 | 0.13 |
| HSL | 156.84º | 0.46% | 0.75% | - |
| HSV(B) | 156.84º | 0.26% | 0.87% | - |
| XYZ | 51.48 | 63.73 | 63.62 | - |
| YUV | 201.45 | 126.62 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 221 | 199 | 0.26 | 0 | 0.10 | 0.13 | 156.84 | 0.46 | 0.75 |
| Hex | A4 | DD | C7 | 1A | 0 | A | D | 9D | 2E | 4B |
| Octal | 244 | 335 | 307 | 32 | 0 | 12 | 15 | 235 | 56 | 113 |
| Binary | 10100100 | 11011101 | 11000111 | 11010 | 0 | 1010 | 1101 | 10011101 | 101110 | 1001011 |
Color Harmonies of #A4DDC7
Complementary color
Monochromatic Colors of #A4DDC7
Black with #A4DDC7
Text Example
Text Example
White with #A4DDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DDC7; }
p { color: rgb(164,221,199); }
H1.HeaderClassName
{
color: #A4DDC7;
}
.AnyTagClassName
{
color: #A4DDC7;
}
</style>
background-color css
<style>
a { background-color: #A4DDC7; }
a { background-color: rgb(164,221,199); }
div.DivClassName
{
background-color: #A4DDC7;
}
.BgClassName
{
background-color: #A4DDC7;
}
</style>
border-color css
<style>
span { border-color: #A4DDC7; }
span { border-color: rgb(164,221,199); }
td.TdClassName
{
border-color: #A4DDC7;
}
.TagClassName
{
border-color: #A4DDC7;
}
</style>