Shades of Scandal #ABDDD4
Tints of Scandal #ABDDD4
RGB
CMYK
RGB Variations
Color information
#ABDDD4 (or 0xABDDD4) is known color: Scandal. HEX triplet: AB, DD and D4. RGB value is (171,221,212). Sum of RGB (Red+Green+Blue) = 171+221+212=604 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.31% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 212 (83.20% from 255 or 35.10% from 604); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDD4 is #54222B. Grayscale: #CDCDCD. Windows color (decimal): -5513772 or 13950379. OLE color: 13950379.
HSL color Cylindrical-coordinate representation of color #ABDDD4: hue angle of 169.2º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABDDD4 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 212 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.13 |
| HSL | 169.2º | 0.42% | 0.77% | - |
| HSV(B) | 169.2º | 0.23% | 0.87% | - |
| XYZ | 54.53 | 65.12 | 71.98 | - |
| YUV | 205.02 | 131.94 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 212 | 0.23 | 0 | 0.04 | 0.13 | 169.2 | 0.42 | 0.77 |
| Hex | AB | DD | D4 | 17 | 0 | 4 | D | A9 | 2A | 4D |
| Octal | 253 | 335 | 324 | 27 | 0 | 4 | 15 | 251 | 52 | 115 |
| Binary | 10101011 | 11011101 | 11010100 | 10111 | 0 | 100 | 1101 | 10101001 | 101010 | 1001101 |
Color Harmonies of #ABDDD4
Complementary color
Monochromatic Colors of #ABDDD4
Black with #ABDDD4
Text Example
Text Example
White with #ABDDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDDD4; }
p { color: rgb(171,221,212); }
H1.HeaderClassName
{
color: #ABDDD4;
}
.AnyTagClassName
{
color: #ABDDD4;
}
</style>
background-color css
<style>
a { background-color: #ABDDD4; }
a { background-color: rgb(171,221,212); }
div.DivClassName
{
background-color: #ABDDD4;
}
.BgClassName
{
background-color: #ABDDD4;
}
</style>
border-color css
<style>
span { border-color: #ABDDD4; }
span { border-color: rgb(171,221,212); }
td.TdClassName
{
border-color: #ABDDD4;
}
.TagClassName
{
border-color: #ABDDD4;
}
</style>