Shades of Scandal #ADDBD4
Tints of Scandal #ADDBD4
RGB
CMYK
RGB Variations
Color information
#ADDBD4 (or 0xADDBD4) is known color: Scandal. HEX triplet: AD, DB and D4. RGB value is (173,219,212). Sum of RGB (Red+Green+Blue) = 173+219+212=604 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.64% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 212 (83.20% from 255 or 35.10% from 604); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDBD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDBD4 is #52242B. Grayscale: #CCCCCC. Windows color (decimal): -5383212 or 13949869. OLE color: 13949869.
HSL color Cylindrical-coordinate representation of color #ADDBD4: hue angle of 170.87º degrees, saturation: 0.39, 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 #ADDBD4 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 212 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.14 |
| HSL | 170.87º | 0.39% | 0.77% | - |
| HSV(B) | 170.87º | 0.21% | 0.86% | - |
| XYZ | 54.45 | 64.3 | 71.83 | - |
| YUV | 204.45 | 132.26 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 212 | 0.21 | 0 | 0.03 | 0.14 | 170.87 | 0.39 | 0.77 |
| Hex | AD | DB | D4 | 15 | 0 | 3 | E | AB | 27 | 4D |
| Octal | 255 | 333 | 324 | 25 | 0 | 3 | 16 | 253 | 47 | 115 |
| Binary | 10101101 | 11011011 | 11010100 | 10101 | 0 | 11 | 1110 | 10101011 | 100111 | 1001101 |
Color Harmonies of #ADDBD4
Complementary color
Monochromatic Colors of #ADDBD4
Black with #ADDBD4
Text Example
Text Example
White with #ADDBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDBD4; }
p { color: rgb(173,219,212); }
H1.HeaderClassName
{
color: #ADDBD4;
}
.AnyTagClassName
{
color: #ADDBD4;
}
</style>
background-color css
<style>
a { background-color: #ADDBD4; }
a { background-color: rgb(173,219,212); }
div.DivClassName
{
background-color: #ADDBD4;
}
.BgClassName
{
background-color: #ADDBD4;
}
</style>
border-color css
<style>
span { border-color: #ADDBD4; }
span { border-color: rgb(173,219,212); }
td.TdClassName
{
border-color: #ADDBD4;
}
.TagClassName
{
border-color: #ADDBD4;
}
</style>