Shades of Scandal #A8DDD4
Tints of Scandal #A8DDD4
RGB
CMYK
RGB Variations
Color information
#A8DDD4 (or 0xA8DDD4) is known color: Scandal. HEX triplet: A8, DD and D4. RGB value is (168,221,212). Sum of RGB (Red+Green+Blue) = 168+221+212=601 (79% of max value = 765). Red value is 168 (66.02% from 255 or 27.95% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 212 (83.20% from 255 or 35.27% from 601); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DDD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DDD4 is #57222B. Grayscale: #CCCCCC. Windows color (decimal): -5710380 or 13950376. OLE color: 13950376.
HSL color Cylindrical-coordinate representation of color #A8DDD4: hue angle of 169.81º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8DDD4 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 221 | 212 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.13 |
| HSL | 169.81º | 0.44% | 0.76% | - |
| HSV(B) | 169.81º | 0.24% | 0.87% | - |
| XYZ | 53.89 | 64.79 | 71.95 | - |
| YUV | 204.13 | 132.44 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 221 | 212 | 0.24 | 0 | 0.04 | 0.13 | 169.81 | 0.44 | 0.76 |
| Hex | A8 | DD | D4 | 18 | 0 | 4 | D | AA | 2C | 4C |
| Octal | 250 | 335 | 324 | 30 | 0 | 4 | 15 | 252 | 54 | 114 |
| Binary | 10101000 | 11011101 | 11010100 | 11000 | 0 | 100 | 1101 | 10101010 | 101100 | 1001100 |
Color Harmonies of #A8DDD4
Complementary color
Monochromatic Colors of #A8DDD4
Black with #A8DDD4
Text Example
Text Example
White with #A8DDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DDD4; }
p { color: rgb(168,221,212); }
H1.HeaderClassName
{
color: #A8DDD4;
}
.AnyTagClassName
{
color: #A8DDD4;
}
</style>
background-color css
<style>
a { background-color: #A8DDD4; }
a { background-color: rgb(168,221,212); }
div.DivClassName
{
background-color: #A8DDD4;
}
.BgClassName
{
background-color: #A8DDD4;
}
</style>
border-color css
<style>
span { border-color: #A8DDD4; }
span { border-color: rgb(168,221,212); }
td.TdClassName
{
border-color: #A8DDD4;
}
.TagClassName
{
border-color: #A8DDD4;
}
</style>