Shades of Scandal #AADCCF
Tints of Scandal #AADCCF
RGB
CMYK
RGB Variations
Color information
#AADCCF (or 0xAADCCF) is known color: Scandal. HEX triplet: AA, DC and CF. RGB value is (170,220,207). Sum of RGB (Red+Green+Blue) = 170+220+207=597 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.48% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 207 (81.25% from 255 or 34.67% from 597); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADCCF is #552330. Grayscale: #CBCBCB. Windows color (decimal): -5579569 or 13622442. OLE color: 13622442.
HSL color Cylindrical-coordinate representation of color #AADCCF: hue angle of 164.4º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADCCF is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 207 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.14 |
| HSL | 164.4º | 0.42% | 0.76% | - |
| HSV(B) | 164.4º | 0.23% | 0.86% | - |
| XYZ | 53.43 | 64.24 | 68.61 | - |
| YUV | 203.57 | 129.94 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 207 | 0.23 | 0 | 0.06 | 0.14 | 164.4 | 0.42 | 0.76 |
| Hex | AA | DC | CF | 17 | 0 | 6 | E | A4 | 2A | 4C |
| Octal | 252 | 334 | 317 | 27 | 0 | 6 | 16 | 244 | 52 | 114 |
| Binary | 10101010 | 11011100 | 11001111 | 10111 | 0 | 110 | 1110 | 10100100 | 101010 | 1001100 |
Color Harmonies of #AADCCF
Complementary color
Monochromatic Colors of #AADCCF
Black with #AADCCF
Text Example
Text Example
White with #AADCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADCCF; }
p { color: rgb(170,220,207); }
H1.HeaderClassName
{
color: #AADCCF;
}
.AnyTagClassName
{
color: #AADCCF;
}
</style>
background-color css
<style>
a { background-color: #AADCCF; }
a { background-color: rgb(170,220,207); }
div.DivClassName
{
background-color: #AADCCF;
}
.BgClassName
{
background-color: #AADCCF;
}
</style>
border-color css
<style>
span { border-color: #AADCCF; }
span { border-color: rgb(170,220,207); }
td.TdClassName
{
border-color: #AADCCF;
}
.TagClassName
{
border-color: #AADCCF;
}
</style>