Shades of Scandal #ADDDD4
Tints of Scandal #ADDDD4
RGB
CMYK
RGB Variations
Color information
#ADDDD4 (or 0xADDDD4) is known color: Scandal. HEX triplet: AD, DD and D4. RGB value is (173,221,212). Sum of RGB (Red+Green+Blue) = 173+221+212=606 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.55% from 606); Green value is 221 (86.72% from 255 or 36.47% from 606); Blue value is 212 (83.20% from 255 or 34.98% from 606); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDDD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDDD4 is #52222B. Grayscale: #CDCDCD. Windows color (decimal): -5382700 or 13950381. OLE color: 13950381.
HSL color Cylindrical-coordinate representation of color #ADDDD4: hue angle of 168.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 #ADDDD4 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 212 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.13 |
| HSL | 168.75º | 0.41% | 0.77% | - |
| HSV(B) | 168.75º | 0.22% | 0.87% | - |
| XYZ | 54.97 | 65.35 | 72 | - |
| YUV | 205.62 | 131.6 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 212 | 0.22 | 0 | 0.04 | 0.13 | 168.75 | 0.41 | 0.77 |
| Hex | AD | DD | D4 | 16 | 0 | 4 | D | A9 | 29 | 4D |
| Octal | 255 | 335 | 324 | 26 | 0 | 4 | 15 | 251 | 51 | 115 |
| Binary | 10101101 | 11011101 | 11010100 | 10110 | 0 | 100 | 1101 | 10101001 | 101001 | 1001101 |
Color Harmonies of #ADDDD4
Complementary color
Monochromatic Colors of #ADDDD4
Black with #ADDDD4
Text Example
Text Example
White with #ADDDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDDD4; }
p { color: rgb(173,221,212); }
H1.HeaderClassName
{
color: #ADDDD4;
}
.AnyTagClassName
{
color: #ADDDD4;
}
</style>
background-color css
<style>
a { background-color: #ADDDD4; }
a { background-color: rgb(173,221,212); }
div.DivClassName
{
background-color: #ADDDD4;
}
.BgClassName
{
background-color: #ADDDD4;
}
</style>
border-color css
<style>
span { border-color: #ADDDD4; }
span { border-color: rgb(173,221,212); }
td.TdClassName
{
border-color: #ADDDD4;
}
.TagClassName
{
border-color: #ADDDD4;
}
</style>