Shades of Scandal #ABDCD4
Tints of Scandal #ABDCD4
RGB
CMYK
RGB Variations
Color information
#ABDCD4 (or 0xABDCD4) is known color: Scandal. HEX triplet: AB, DC and D4. RGB value is (171,220,212). Sum of RGB (Red+Green+Blue) = 171+220+212=603 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.36% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 212 (83.20% from 255 or 35.16% from 603); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDCD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDCD4 is #54232B. Grayscale: #CCCCCC. Windows color (decimal): -5514028 or 13950123. OLE color: 13950123.
HSL color Cylindrical-coordinate representation of color #ABDCD4: hue angle of 170.2º 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 #ABDCD4 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 220 | 212 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.14 |
| HSL | 170.2º | 0.41% | 0.77% | - |
| HSV(B) | 170.2º | 0.22% | 0.86% | - |
| XYZ | 54.27 | 64.6 | 71.9 | - |
| YUV | 204.44 | 132.27 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 212 | 0.22 | 0 | 0.04 | 0.14 | 170.2 | 0.41 | 0.77 |
| Hex | AB | DC | D4 | 16 | 0 | 4 | E | AA | 29 | 4D |
| Octal | 253 | 334 | 324 | 26 | 0 | 4 | 16 | 252 | 51 | 115 |
| Binary | 10101011 | 11011100 | 11010100 | 10110 | 0 | 100 | 1110 | 10101010 | 101001 | 1001101 |
Color Harmonies of #ABDCD4
Complementary color
Monochromatic Colors of #ABDCD4
Black with #ABDCD4
Text Example
Text Example
White with #ABDCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDCD4; }
p { color: rgb(171,220,212); }
H1.HeaderClassName
{
color: #ABDCD4;
}
.AnyTagClassName
{
color: #ABDCD4;
}
</style>
background-color css
<style>
a { background-color: #ABDCD4; }
a { background-color: rgb(171,220,212); }
div.DivClassName
{
background-color: #ABDCD4;
}
.BgClassName
{
background-color: #ABDCD4;
}
</style>
border-color css
<style>
span { border-color: #ABDCD4; }
span { border-color: rgb(171,220,212); }
td.TdClassName
{
border-color: #ABDCD4;
}
.TagClassName
{
border-color: #ABDCD4;
}
</style>