Shades of Scandal #ADDCD3
Tints of Scandal #ADDCD3
RGB
CMYK
RGB Variations
Color information
#ADDCD3 (or 0xADDCD3) is known color: Scandal. HEX triplet: AD, DC and D3. RGB value is (173,220,211). Sum of RGB (Red+Green+Blue) = 173+220+211=604 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.64% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 211 (82.81% from 255 or 34.93% from 604); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCD3 is #52232C. Grayscale: #CCCCCC. Windows color (decimal): -5382957 or 13884589. OLE color: 13884589.
HSL color Cylindrical-coordinate representation of color #ADDCD3: hue angle of 168.51º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADDCD3 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 211 | - |
| CMYK | 0.21 | 0 | 0.04 | 0.14 |
| HSL | 168.51º | 0.4% | 0.77% | - |
| HSV(B) | 168.51º | 0.21% | 0.86% | - |
| XYZ | 54.58 | 64.77 | 71.25 | - |
| YUV | 204.92 | 131.43 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 211 | 0.21 | 0 | 0.04 | 0.14 | 168.51 | 0.4 | 0.77 |
| Hex | AD | DC | D3 | 15 | 0 | 4 | E | A9 | 28 | 4D |
| Octal | 255 | 334 | 323 | 25 | 0 | 4 | 16 | 251 | 50 | 115 |
| Binary | 10101101 | 11011100 | 11010011 | 10101 | 0 | 100 | 1110 | 10101001 | 101000 | 1001101 |
Color Harmonies of #ADDCD3
Complementary color
Monochromatic Colors of #ADDCD3
Black with #ADDCD3
Text Example
Text Example
White with #ADDCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDCD3; }
p { color: rgb(173,220,211); }
H1.HeaderClassName
{
color: #ADDCD3;
}
.AnyTagClassName
{
color: #ADDCD3;
}
</style>
background-color css
<style>
a { background-color: #ADDCD3; }
a { background-color: rgb(173,220,211); }
div.DivClassName
{
background-color: #ADDCD3;
}
.BgClassName
{
background-color: #ADDCD3;
}
</style>
border-color css
<style>
span { border-color: #ADDCD3; }
span { border-color: rgb(173,220,211); }
td.TdClassName
{
border-color: #ADDCD3;
}
.TagClassName
{
border-color: #ADDCD3;
}
</style>