Shades of Scandal #ADDFDA
Tints of Scandal #ADDFDA
RGB
CMYK
RGB Variations
Color information
#ADDFDA (or 0xADDFDA) is known color: Scandal. HEX triplet: AD, DF and DA. RGB value is (173,223,218). Sum of RGB (Red+Green+Blue) = 173+223+218=614 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.18% from 614); Green value is 223 (87.5% from 255 or 36.32% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDFDA is #522025. Grayscale: #CFCFCF. Windows color (decimal): -5382182 or 14344109. OLE color: 14344109.
HSL color Cylindrical-coordinate representation of color #ADDFDA: hue angle of 174º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADDFDA is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 218 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.13 |
| HSL | 174º | 0.44% | 0.78% | - |
| HSV(B) | 174º | 0.22% | 0.87% | - |
| XYZ | 56.28 | 66.72 | 76.24 | - |
| YUV | 207.48 | 133.94 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 218 | 0.22 | 0 | 0.02 | 0.13 | 174 | 0.44 | 0.78 |
| Hex | AD | DF | DA | 16 | 0 | 2 | D | AE | 2C | 4E |
| Octal | 255 | 337 | 332 | 26 | 0 | 2 | 15 | 256 | 54 | 116 |
| Binary | 10101101 | 11011111 | 11011010 | 10110 | 0 | 10 | 1101 | 10101110 | 101100 | 1001110 |
Color Harmonies of #ADDFDA
Complementary color
Monochromatic Colors of #ADDFDA
Black with #ADDFDA
Text Example
Text Example
White with #ADDFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDFDA; }
p { color: rgb(173,223,218); }
H1.HeaderClassName
{
color: #ADDFDA;
}
.AnyTagClassName
{
color: #ADDFDA;
}
</style>
background-color css
<style>
a { background-color: #ADDFDA; }
a { background-color: rgb(173,223,218); }
div.DivClassName
{
background-color: #ADDFDA;
}
.BgClassName
{
background-color: #ADDFDA;
}
</style>
border-color css
<style>
span { border-color: #ADDFDA; }
span { border-color: rgb(173,223,218); }
td.TdClassName
{
border-color: #ADDFDA;
}
.TagClassName
{
border-color: #ADDFDA;
}
</style>