Shades of Scandal #ADDCD6
Tints of Scandal #ADDCD6
RGB
CMYK
RGB Variations
Color information
#ADDCD6 (or 0xADDCD6) is known color: Scandal. HEX triplet: AD, DC and D6. RGB value is (173,220,214). Sum of RGB (Red+Green+Blue) = 173+220+214=607 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.50% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 214 (83.98% from 255 or 35.26% from 607); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCD6 is #522329. Grayscale: #CDCDCD. Windows color (decimal): -5382954 or 14081197. OLE color: 14081197.
HSL color Cylindrical-coordinate representation of color #ADDCD6: hue angle of 172.34º 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 #ADDCD6 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 214 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.14 |
| HSL | 172.34º | 0.4% | 0.77% | - |
| HSV(B) | 172.34º | 0.21% | 0.86% | - |
| XYZ | 54.96 | 64.93 | 73.25 | - |
| YUV | 205.26 | 132.93 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 214 | 0.21 | 0 | 0.03 | 0.14 | 172.34 | 0.4 | 0.77 |
| Hex | AD | DC | D6 | 15 | 0 | 3 | E | AC | 28 | 4D |
| Octal | 255 | 334 | 326 | 25 | 0 | 3 | 16 | 254 | 50 | 115 |
| Binary | 10101101 | 11011100 | 11010110 | 10101 | 0 | 11 | 1110 | 10101100 | 101000 | 1001101 |
Color Harmonies of #ADDCD6
Complementary color
Monochromatic Colors of #ADDCD6
Black with #ADDCD6
Text Example
Text Example
White with #ADDCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDCD6; }
p { color: rgb(173,220,214); }
H1.HeaderClassName
{
color: #ADDCD6;
}
.AnyTagClassName
{
color: #ADDCD6;
}
</style>
background-color css
<style>
a { background-color: #ADDCD6; }
a { background-color: rgb(173,220,214); }
div.DivClassName
{
background-color: #ADDCD6;
}
.BgClassName
{
background-color: #ADDCD6;
}
</style>
border-color css
<style>
span { border-color: #ADDCD6; }
span { border-color: rgb(173,220,214); }
td.TdClassName
{
border-color: #ADDCD6;
}
.TagClassName
{
border-color: #ADDCD6;
}
</style>