Shades of Scandal #A4DDD2
Tints of Scandal #A4DDD2
RGB
CMYK
RGB Variations
Color information
#A4DDD2 (or 0xA4DDD2) is known color: Scandal. HEX triplet: A4, DD and D2. RGB value is (164,221,210). Sum of RGB (Red+Green+Blue) = 164+221+210=595 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.56% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 210 (82.42% from 255 or 35.29% from 595); Max value from RGB is 221 - color contains mainly: green. Hex color #A4DDD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DDD2 is #5B222D. Grayscale: #CACACA. Windows color (decimal): -5972526 or 13819300. OLE color: 13819300.
HSL color Cylindrical-coordinate representation of color #A4DDD2: hue angle of 168.42º 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 #A4DDD2 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 221 | 210 | - |
| CMYK | 0.26 | 0 | 0.05 | 0.13 |
| HSL | 168.42º | 0.46% | 0.75% | - |
| HSV(B) | 168.42º | 0.26% | 0.87% | - |
| XYZ | 52.8 | 64.26 | 70.59 | - |
| YUV | 202.7 | 132.12 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 221 | 210 | 0.26 | 0 | 0.05 | 0.13 | 168.42 | 0.46 | 0.75 |
| Hex | A4 | DD | D2 | 1A | 0 | 5 | D | A8 | 2E | 4B |
| Octal | 244 | 335 | 322 | 32 | 0 | 5 | 15 | 250 | 56 | 113 |
| Binary | 10100100 | 11011101 | 11010010 | 11010 | 0 | 101 | 1101 | 10101000 | 101110 | 1001011 |
Color Harmonies of #A4DDD2
Complementary color
Monochromatic Colors of #A4DDD2
Black with #A4DDD2
Text Example
Text Example
White with #A4DDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DDD2; }
p { color: rgb(164,221,210); }
H1.HeaderClassName
{
color: #A4DDD2;
}
.AnyTagClassName
{
color: #A4DDD2;
}
</style>
background-color css
<style>
a { background-color: #A4DDD2; }
a { background-color: rgb(164,221,210); }
div.DivClassName
{
background-color: #A4DDD2;
}
.BgClassName
{
background-color: #A4DDD2;
}
</style>
border-color css
<style>
span { border-color: #A4DDD2; }
span { border-color: rgb(164,221,210); }
td.TdClassName
{
border-color: #A4DDD2;
}
.TagClassName
{
border-color: #A4DDD2;
}
</style>