Shades of Scandal #ADDBD1
Tints of Scandal #ADDBD1
RGB
CMYK
RGB Variations
Color information
#ADDBD1 (or 0xADDBD1) is known color: Scandal. HEX triplet: AD, DB and D1. RGB value is (173,219,209). Sum of RGB (Red+Green+Blue) = 173+219+209=601 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.79% from 601); Green value is 219 (85.94% from 255 or 36.44% from 601); Blue value is 209 (82.03% from 255 or 34.78% from 601); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDBD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDBD1 is #52242E. Grayscale: #CCCCCC. Windows color (decimal): -5383215 or 13753261. OLE color: 13753261.
HSL color Cylindrical-coordinate representation of color #ADDBD1: hue angle of 166.96º 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 #ADDBD1 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 209 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.14 |
| HSL | 166.96º | 0.39% | 0.77% | - |
| HSV(B) | 166.96º | 0.21% | 0.86% | - |
| XYZ | 54.07 | 64.15 | 69.85 | - |
| YUV | 204.11 | 130.76 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 209 | 0.21 | 0 | 0.05 | 0.14 | 166.96 | 0.39 | 0.77 |
| Hex | AD | DB | D1 | 15 | 0 | 5 | E | A7 | 27 | 4D |
| Octal | 255 | 333 | 321 | 25 | 0 | 5 | 16 | 247 | 47 | 115 |
| Binary | 10101101 | 11011011 | 11010001 | 10101 | 0 | 101 | 1110 | 10100111 | 100111 | 1001101 |
Color Harmonies of #ADDBD1
Complementary color
Monochromatic Colors of #ADDBD1
Black with #ADDBD1
Text Example
Text Example
White with #ADDBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDBD1; }
p { color: rgb(173,219,209); }
H1.HeaderClassName
{
color: #ADDBD1;
}
.AnyTagClassName
{
color: #ADDBD1;
}
</style>
background-color css
<style>
a { background-color: #ADDBD1; }
a { background-color: rgb(173,219,209); }
div.DivClassName
{
background-color: #ADDBD1;
}
.BgClassName
{
background-color: #ADDBD1;
}
</style>
border-color css
<style>
span { border-color: #ADDBD1; }
span { border-color: rgb(173,219,209); }
td.TdClassName
{
border-color: #ADDBD1;
}
.TagClassName
{
border-color: #ADDBD1;
}
</style>