Shades of Scandal #ABDCCD
Tints of Scandal #ABDCCD
RGB
CMYK
RGB Variations
Color information
#ABDCCD (or 0xABDCCD) is known color: Scandal. HEX triplet: AB, DC and CD. RGB value is (171,220,205). Sum of RGB (Red+Green+Blue) = 171+220+205=596 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.69% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDCCD is #542332. Grayscale: #CBCBCB. Windows color (decimal): -5514035 or 13491371. OLE color: 13491371.
HSL color Cylindrical-coordinate representation of color #ABDCCD: hue angle of 161.63º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABDCCD is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 220 | 205 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.14 |
| HSL | 161.63º | 0.41% | 0.77% | - |
| HSV(B) | 161.63º | 0.22% | 0.86% | - |
| XYZ | 53.41 | 64.25 | 67.34 | - |
| YUV | 203.64 | 128.77 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 205 | 0.22 | 0 | 0.07 | 0.14 | 161.63 | 0.41 | 0.77 |
| Hex | AB | DC | CD | 16 | 0 | 7 | E | A2 | 29 | 4D |
| Octal | 253 | 334 | 315 | 26 | 0 | 7 | 16 | 242 | 51 | 115 |
| Binary | 10101011 | 11011100 | 11001101 | 10110 | 0 | 111 | 1110 | 10100010 | 101001 | 1001101 |
Color Harmonies of #ABDCCD
Complementary color
Monochromatic Colors of #ABDCCD
Black with #ABDCCD
Text Example
Text Example
White with #ABDCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDCCD; }
p { color: rgb(171,220,205); }
H1.HeaderClassName
{
color: #ABDCCD;
}
.AnyTagClassName
{
color: #ABDCCD;
}
</style>
background-color css
<style>
a { background-color: #ABDCCD; }
a { background-color: rgb(171,220,205); }
div.DivClassName
{
background-color: #ABDCCD;
}
.BgClassName
{
background-color: #ABDCCD;
}
</style>
border-color css
<style>
span { border-color: #ABDCCD; }
span { border-color: rgb(171,220,205); }
td.TdClassName
{
border-color: #ABDCCD;
}
.TagClassName
{
border-color: #ABDCCD;
}
</style>