Shades of Scandal #A9DED4
Tints of Scandal #A9DED4
RGB
CMYK
RGB Variations
Color information
#A9DED4 (or 0xA9DED4) is known color: Scandal. HEX triplet: A9, DE and D4. RGB value is (169,222,212). Sum of RGB (Red+Green+Blue) = 169+222+212=603 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.03% from 603); Green value is 222 (87.11% from 255 or 36.82% from 603); Blue value is 212 (83.20% from 255 or 35.16% from 603); Max value from RGB is 222 - color contains mainly: green. Hex color #A9DED4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DED4 is #56212B. Grayscale: #CCCCCC. Windows color (decimal): -5644588 or 13950633. OLE color: 13950633.
HSL color Cylindrical-coordinate representation of color #A9DED4: hue angle of 168.68º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9DED4 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 222 | 212 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.13 |
| HSL | 168.68º | 0.45% | 0.77% | - |
| HSV(B) | 168.68º | 0.24% | 0.87% | - |
| XYZ | 54.37 | 65.43 | 72.05 | - |
| YUV | 205.01 | 131.94 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 222 | 212 | 0.24 | 0 | 0.05 | 0.13 | 168.68 | 0.45 | 0.77 |
| Hex | A9 | DE | D4 | 18 | 0 | 5 | D | A9 | 2D | 4D |
| Octal | 251 | 336 | 324 | 30 | 0 | 5 | 15 | 251 | 55 | 115 |
| Binary | 10101001 | 11011110 | 11010100 | 11000 | 0 | 101 | 1101 | 10101001 | 101101 | 1001101 |
Color Harmonies of #A9DED4
Complementary color
Monochromatic Colors of #A9DED4
Black with #A9DED4
Text Example
Text Example
White with #A9DED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DED4; }
p { color: rgb(169,222,212); }
H1.HeaderClassName
{
color: #A9DED4;
}
.AnyTagClassName
{
color: #A9DED4;
}
</style>
background-color css
<style>
a { background-color: #A9DED4; }
a { background-color: rgb(169,222,212); }
div.DivClassName
{
background-color: #A9DED4;
}
.BgClassName
{
background-color: #A9DED4;
}
</style>
border-color css
<style>
span { border-color: #A9DED4; }
span { border-color: rgb(169,222,212); }
td.TdClassName
{
border-color: #A9DED4;
}
.TagClassName
{
border-color: #A9DED4;
}
</style>