Shades of Scandal #ADDAD2
Tints of Scandal #ADDAD2
RGB
CMYK
RGB Variations
Color information
#ADDAD2 (or 0xADDAD2) is known color: Scandal. HEX triplet: AD, DA and D2. RGB value is (173,218,210). Sum of RGB (Red+Green+Blue) = 173+218+210=601 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.79% from 601); Green value is 218 (85.55% from 255 or 36.27% from 601); Blue value is 210 (82.42% from 255 or 34.94% from 601); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDAD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDAD2 is #52252D. Grayscale: #CBCBCB. Windows color (decimal): -5383470 or 13818541. OLE color: 13818541.
HSL color Cylindrical-coordinate representation of color #ADDAD2: hue angle of 169.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADDAD2 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 210 | - |
| CMYK | 0.21 | 0 | 0.04 | 0.15 |
| HSL | 169.33º | 0.38% | 0.77% | - |
| HSV(B) | 169.33º | 0.21% | 0.85% | - |
| XYZ | 53.94 | 63.68 | 70.42 | - |
| YUV | 203.63 | 131.59 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 210 | 0.21 | 0 | 0.04 | 0.15 | 169.33 | 0.38 | 0.77 |
| Hex | AD | DA | D2 | 15 | 0 | 4 | F | A9 | 26 | 4D |
| Octal | 255 | 332 | 322 | 25 | 0 | 4 | 17 | 251 | 46 | 115 |
| Binary | 10101101 | 11011010 | 11010010 | 10101 | 0 | 100 | 1111 | 10101001 | 100110 | 1001101 |
Color Harmonies of #ADDAD2
Complementary color
Monochromatic Colors of #ADDAD2
Black with #ADDAD2
Text Example
Text Example
White with #ADDAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDAD2; }
p { color: rgb(173,218,210); }
H1.HeaderClassName
{
color: #ADDAD2;
}
.AnyTagClassName
{
color: #ADDAD2;
}
</style>
background-color css
<style>
a { background-color: #ADDAD2; }
a { background-color: rgb(173,218,210); }
div.DivClassName
{
background-color: #ADDAD2;
}
.BgClassName
{
background-color: #ADDAD2;
}
</style>
border-color css
<style>
span { border-color: #ADDAD2; }
span { border-color: rgb(173,218,210); }
td.TdClassName
{
border-color: #ADDAD2;
}
.TagClassName
{
border-color: #ADDAD2;
}
</style>