Shades of Scandal #ADDBCD
Tints of Scandal #ADDBCD
RGB
CMYK
RGB Variations
Color information
#ADDBCD (or 0xADDBCD) is known color: Scandal. HEX triplet: AD, DB and CD. RGB value is (173,219,205). Sum of RGB (Red+Green+Blue) = 173+219+205=597 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.98% from 597); Green value is 219 (85.94% from 255 or 36.68% from 597); Blue value is 205 (80.47% from 255 or 34.34% from 597); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDBCD is #522432. Grayscale: #CBCBCB. Windows color (decimal): -5383219 or 13491117. OLE color: 13491117.
HSL color Cylindrical-coordinate representation of color #ADDBCD: hue angle of 161.74º 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 #ADDBCD is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 205 | - |
| CMYK | 0.21 | 0 | 0.06 | 0.14 |
| HSL | 161.74º | 0.39% | 0.77% | - |
| HSV(B) | 161.74º | 0.21% | 0.86% | - |
| XYZ | 53.58 | 63.96 | 67.28 | - |
| YUV | 203.65 | 128.76 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 205 | 0.21 | 0 | 0.06 | 0.14 | 161.74 | 0.39 | 0.77 |
| Hex | AD | DB | CD | 15 | 0 | 6 | E | A2 | 27 | 4D |
| Octal | 255 | 333 | 315 | 25 | 0 | 6 | 16 | 242 | 47 | 115 |
| Binary | 10101101 | 11011011 | 11001101 | 10101 | 0 | 110 | 1110 | 10100010 | 100111 | 1001101 |
Color Harmonies of #ADDBCD
Complementary color
Monochromatic Colors of #ADDBCD
Black with #ADDBCD
Text Example
Text Example
White with #ADDBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDBCD; }
p { color: rgb(173,219,205); }
H1.HeaderClassName
{
color: #ADDBCD;
}
.AnyTagClassName
{
color: #ADDBCD;
}
</style>
background-color css
<style>
a { background-color: #ADDBCD; }
a { background-color: rgb(173,219,205); }
div.DivClassName
{
background-color: #ADDBCD;
}
.BgClassName
{
background-color: #ADDBCD;
}
</style>
border-color css
<style>
span { border-color: #ADDBCD; }
span { border-color: rgb(173,219,205); }
td.TdClassName
{
border-color: #ADDBCD;
}
.TagClassName
{
border-color: #ADDBCD;
}
</style>