Shades of Scandal #AADDCF
Tints of Scandal #AADDCF
RGB
CMYK
RGB Variations
Color information
#AADDCF (or 0xAADDCF) is known color: Scandal. HEX triplet: AA, DD and CF. RGB value is (170,221,207). Sum of RGB (Red+Green+Blue) = 170+221+207=598 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.43% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDCF is #552230. Grayscale: #CCCCCC. Windows color (decimal): -5579313 or 13622698. OLE color: 13622698.
HSL color Cylindrical-coordinate representation of color #AADDCF: hue angle of 163.53º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADDCF is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 221 | 207 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.13 |
| HSL | 163.53º | 0.43% | 0.77% | - |
| HSV(B) | 163.53º | 0.23% | 0.87% | - |
| XYZ | 53.7 | 64.76 | 68.7 | - |
| YUV | 204.16 | 129.6 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 207 | 0.23 | 0 | 0.06 | 0.13 | 163.53 | 0.43 | 0.77 |
| Hex | AA | DD | CF | 17 | 0 | 6 | D | A4 | 2B | 4D |
| Octal | 252 | 335 | 317 | 27 | 0 | 6 | 15 | 244 | 53 | 115 |
| Binary | 10101010 | 11011101 | 11001111 | 10111 | 0 | 110 | 1101 | 10100100 | 101011 | 1001101 |
Color Harmonies of #AADDCF
Complementary color
Monochromatic Colors of #AADDCF
Black with #AADDCF
Text Example
Text Example
White with #AADDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADDCF; }
p { color: rgb(170,221,207); }
H1.HeaderClassName
{
color: #AADDCF;
}
.AnyTagClassName
{
color: #AADDCF;
}
</style>
background-color css
<style>
a { background-color: #AADDCF; }
a { background-color: rgb(170,221,207); }
div.DivClassName
{
background-color: #AADDCF;
}
.BgClassName
{
background-color: #AADDCF;
}
</style>
border-color css
<style>
span { border-color: #AADDCF; }
span { border-color: rgb(170,221,207); }
td.TdClassName
{
border-color: #AADDCF;
}
.TagClassName
{
border-color: #AADDCF;
}
</style>