Shades of Scandal #ADDBD3
Tints of Scandal #ADDBD3
RGB
CMYK
RGB Variations
Color information
#ADDBD3 (or 0xADDBD3) is known color: Scandal. HEX triplet: AD, DB and D3. RGB value is (173,219,211). Sum of RGB (Red+Green+Blue) = 173+219+211=603 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.69% from 603); Green value is 219 (85.94% from 255 or 36.32% from 603); Blue value is 211 (82.81% from 255 or 34.99% from 603); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDBD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDBD3 is #52242C. Grayscale: #CCCCCC. Windows color (decimal): -5383213 or 13884333. OLE color: 13884333.
HSL color Cylindrical-coordinate representation of color #ADDBD3: hue angle of 169.57º 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 #ADDBD3 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 211 | - |
| CMYK | 0.21 | 0 | 0.04 | 0.14 |
| HSL | 169.57º | 0.39% | 0.77% | - |
| HSV(B) | 169.57º | 0.21% | 0.86% | - |
| XYZ | 54.32 | 64.25 | 71.17 | - |
| YUV | 204.33 | 131.76 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 211 | 0.21 | 0 | 0.04 | 0.14 | 169.57 | 0.39 | 0.77 |
| Hex | AD | DB | D3 | 15 | 0 | 4 | E | AA | 27 | 4D |
| Octal | 255 | 333 | 323 | 25 | 0 | 4 | 16 | 252 | 47 | 115 |
| Binary | 10101101 | 11011011 | 11010011 | 10101 | 0 | 100 | 1110 | 10101010 | 100111 | 1001101 |
Color Harmonies of #ADDBD3
Complementary color
Monochromatic Colors of #ADDBD3
Black with #ADDBD3
Text Example
Text Example
White with #ADDBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDBD3; }
p { color: rgb(173,219,211); }
H1.HeaderClassName
{
color: #ADDBD3;
}
.AnyTagClassName
{
color: #ADDBD3;
}
</style>
background-color css
<style>
a { background-color: #ADDBD3; }
a { background-color: rgb(173,219,211); }
div.DivClassName
{
background-color: #ADDBD3;
}
.BgClassName
{
background-color: #ADDBD3;
}
</style>
border-color css
<style>
span { border-color: #ADDBD3; }
span { border-color: rgb(173,219,211); }
td.TdClassName
{
border-color: #ADDBD3;
}
.TagClassName
{
border-color: #ADDBD3;
}
</style>