Shades of Scandal #ADDDD1
Tints of Scandal #ADDDD1
RGB
CMYK
RGB Variations
Color information
#ADDDD1 (or 0xADDDD1) is known color: Scandal. HEX triplet: AD, DD and D1. RGB value is (173,221,209). Sum of RGB (Red+Green+Blue) = 173+221+209=603 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.69% from 603); Green value is 221 (86.72% from 255 or 36.65% from 603); Blue value is 209 (82.03% from 255 or 34.66% from 603); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDDD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDDD1 is #52222E. Grayscale: #CDCDCD. Windows color (decimal): -5382703 or 13753773. OLE color: 13753773.
HSL color Cylindrical-coordinate representation of color #ADDDD1: hue angle of 165º 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 #ADDDD1 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 209 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.13 |
| HSL | 165º | 0.41% | 0.77% | - |
| HSV(B) | 165º | 0.22% | 0.87% | - |
| XYZ | 54.6 | 65.2 | 70.03 | - |
| YUV | 205.28 | 130.1 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 209 | 0.22 | 0 | 0.05 | 0.13 | 165 | 0.41 | 0.77 |
| Hex | AD | DD | D1 | 16 | 0 | 5 | D | A5 | 29 | 4D |
| Octal | 255 | 335 | 321 | 26 | 0 | 5 | 15 | 245 | 51 | 115 |
| Binary | 10101101 | 11011101 | 11010001 | 10110 | 0 | 101 | 1101 | 10100101 | 101001 | 1001101 |
Color Harmonies of #ADDDD1
Complementary color
Monochromatic Colors of #ADDDD1
Black with #ADDDD1
Text Example
Text Example
White with #ADDDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDDD1; }
p { color: rgb(173,221,209); }
H1.HeaderClassName
{
color: #ADDDD1;
}
.AnyTagClassName
{
color: #ADDDD1;
}
</style>
background-color css
<style>
a { background-color: #ADDDD1; }
a { background-color: rgb(173,221,209); }
div.DivClassName
{
background-color: #ADDDD1;
}
.BgClassName
{
background-color: #ADDDD1;
}
</style>
border-color css
<style>
span { border-color: #ADDDD1; }
span { border-color: rgb(173,221,209); }
td.TdClassName
{
border-color: #ADDDD1;
}
.TagClassName
{
border-color: #ADDDD1;
}
</style>