Shades of Scandal #ADDAD3
Tints of Scandal #ADDAD3
RGB
CMYK
RGB Variations
Color information
#ADDAD3 (or 0xADDAD3) is known color: Scandal. HEX triplet: AD, DA and D3. RGB value is (173,218,211). Sum of RGB (Red+Green+Blue) = 173+218+211=602 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.74% from 602); Green value is 218 (85.55% from 255 or 36.21% from 602); Blue value is 211 (82.81% from 255 or 35.05% from 602); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDAD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDAD3 is #52252C. Grayscale: #CBCBCB. Windows color (decimal): -5383469 or 13884077. OLE color: 13884077.
HSL color Cylindrical-coordinate representation of color #ADDAD3: hue angle of 170.67º 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 #ADDAD3 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 211 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.15 |
| HSL | 170.67º | 0.38% | 0.77% | - |
| HSV(B) | 170.67º | 0.21% | 0.85% | - |
| XYZ | 54.06 | 63.73 | 71.08 | - |
| YUV | 203.75 | 132.09 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 211 | 0.21 | 0 | 0.03 | 0.15 | 170.67 | 0.38 | 0.77 |
| Hex | AD | DA | D3 | 15 | 0 | 3 | F | AB | 26 | 4D |
| Octal | 255 | 332 | 323 | 25 | 0 | 3 | 17 | 253 | 46 | 115 |
| Binary | 10101101 | 11011010 | 11010011 | 10101 | 0 | 11 | 1111 | 10101011 | 100110 | 1001101 |
Color Harmonies of #ADDAD3
Complementary color
Monochromatic Colors of #ADDAD3
Black with #ADDAD3
Text Example
Text Example
White with #ADDAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDAD3; }
p { color: rgb(173,218,211); }
H1.HeaderClassName
{
color: #ADDAD3;
}
.AnyTagClassName
{
color: #ADDAD3;
}
</style>
background-color css
<style>
a { background-color: #ADDAD3; }
a { background-color: rgb(173,218,211); }
div.DivClassName
{
background-color: #ADDAD3;
}
.BgClassName
{
background-color: #ADDAD3;
}
</style>
border-color css
<style>
span { border-color: #ADDAD3; }
span { border-color: rgb(173,218,211); }
td.TdClassName
{
border-color: #ADDAD3;
}
.TagClassName
{
border-color: #ADDAD3;
}
</style>