Shades of Scandal #ADDDD0
Tints of Scandal #ADDDD0
RGB
CMYK
RGB Variations
Color information
#ADDDD0 (or 0xADDDD0) is known color: Scandal. HEX triplet: AD, DD and D0. RGB value is (173,221,208). Sum of RGB (Red+Green+Blue) = 173+221+208=602 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.74% from 602); Green value is 221 (86.72% from 255 or 36.71% from 602); Blue value is 208 (81.64% from 255 or 34.55% from 602); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDDD0 is #52222F. Grayscale: #CDCDCD. Windows color (decimal): -5382704 or 13688237. OLE color: 13688237.
HSL color Cylindrical-coordinate representation of color #ADDDD0: hue angle of 163.75º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADDDD0 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 208 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.13 |
| HSL | 163.75º | 0.41% | 0.77% | - |
| HSV(B) | 163.75º | 0.22% | 0.87% | - |
| XYZ | 54.48 | 65.15 | 69.38 | - |
| YUV | 205.17 | 129.6 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 208 | 0.22 | 0 | 0.06 | 0.13 | 163.75 | 0.41 | 0.77 |
| Hex | AD | DD | D0 | 16 | 0 | 6 | D | A4 | 29 | 4D |
| Octal | 255 | 335 | 320 | 26 | 0 | 6 | 15 | 244 | 51 | 115 |
| Binary | 10101101 | 11011101 | 11010000 | 10110 | 0 | 110 | 1101 | 10100100 | 101001 | 1001101 |
Color Harmonies of #ADDDD0
Complementary color
Monochromatic Colors of #ADDDD0
Black with #ADDDD0
Text Example
Text Example
White with #ADDDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDDD0; }
p { color: rgb(173,221,208); }
H1.HeaderClassName
{
color: #ADDDD0;
}
.AnyTagClassName
{
color: #ADDDD0;
}
</style>
background-color css
<style>
a { background-color: #ADDDD0; }
a { background-color: rgb(173,221,208); }
div.DivClassName
{
background-color: #ADDDD0;
}
.BgClassName
{
background-color: #ADDDD0;
}
</style>
border-color css
<style>
span { border-color: #ADDDD0; }
span { border-color: rgb(173,221,208); }
td.TdClassName
{
border-color: #ADDDD0;
}
.TagClassName
{
border-color: #ADDDD0;
}
</style>