Shades of Scandal #ABDDD3
Tints of Scandal #ABDDD3
RGB
CMYK
RGB Variations
Color information
#ABDDD3 (or 0xABDDD3) is known color: Scandal. HEX triplet: AB, DD and D3. RGB value is (171,221,211). Sum of RGB (Red+Green+Blue) = 171+221+211=603 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.36% from 603); Green value is 221 (86.72% from 255 or 36.65% from 603); Blue value is 211 (82.81% from 255 or 34.99% from 603); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDD3 is #54222C. Grayscale: #CCCCCC. Windows color (decimal): -5513773 or 13884843. OLE color: 13884843.
HSL color Cylindrical-coordinate representation of color #ABDDD3: hue angle of 168º 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 #ABDDD3 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 211 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.13 |
| HSL | 168º | 0.42% | 0.77% | - |
| HSV(B) | 168º | 0.23% | 0.87% | - |
| XYZ | 54.41 | 65.07 | 71.32 | - |
| YUV | 204.91 | 131.44 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 211 | 0.23 | 0 | 0.05 | 0.13 | 168 | 0.42 | 0.77 |
| Hex | AB | DD | D3 | 17 | 0 | 5 | D | A8 | 2A | 4D |
| Octal | 253 | 335 | 323 | 27 | 0 | 5 | 15 | 250 | 52 | 115 |
| Binary | 10101011 | 11011101 | 11010011 | 10111 | 0 | 101 | 1101 | 10101000 | 101010 | 1001101 |
Color Harmonies of #ABDDD3
Complementary color
Monochromatic Colors of #ABDDD3
Black with #ABDDD3
Text Example
Text Example
White with #ABDDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDDD3; }
p { color: rgb(171,221,211); }
H1.HeaderClassName
{
color: #ABDDD3;
}
.AnyTagClassName
{
color: #ABDDD3;
}
</style>
background-color css
<style>
a { background-color: #ABDDD3; }
a { background-color: rgb(171,221,211); }
div.DivClassName
{
background-color: #ABDDD3;
}
.BgClassName
{
background-color: #ABDDD3;
}
</style>
border-color css
<style>
span { border-color: #ABDDD3; }
span { border-color: rgb(171,221,211); }
td.TdClassName
{
border-color: #ABDDD3;
}
.TagClassName
{
border-color: #ABDDD3;
}
</style>