Shades of Scandal #ACDFD8
Tints of Scandal #ACDFD8
RGB
CMYK
RGB Variations
Color information
#ACDFD8 (or 0xACDFD8) is known color: Scandal. HEX triplet: AC, DF and D8. RGB value is (172,223,216). Sum of RGB (Red+Green+Blue) = 172+223+216=611 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.15% from 611); Green value is 223 (87.5% from 255 or 36.50% from 611); Blue value is 216 (84.77% from 255 or 35.35% from 611); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDFD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDFD8 is #532027. Grayscale: #CECECE. Windows color (decimal): -5447720 or 14213036. OLE color: 14213036.
HSL color Cylindrical-coordinate representation of color #ACDFD8: hue angle of 171.76º degrees, saturation: 0.44, 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 #ACDFD8 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 172 | 223 | 216 | - |
CMYK | 0.23 | 0 | 0.03 | 0.13 |
HSL | 171.76º | 0.44% | 0.77% | - |
HSV(B) | 171.76º | 0.23% | 0.87% | - |
XYZ | 55.8 | 66.5 | 74.86 | - |
YUV | 206.95 | 133.1 | 103.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 223 | 216 | 0.23 | 0 | 0.03 | 0.13 | 171.76 | 0.44 | 0.77 |
Hex | AC | DF | D8 | 17 | 0 | 3 | D | AC | 2C | 4D |
Octal | 254 | 337 | 330 | 27 | 0 | 3 | 15 | 254 | 54 | 115 |
Binary | 10101100 | 11011111 | 11011000 | 10111 | 0 | 11 | 1101 | 10101100 | 101100 | 1001101 |
Color Harmonies of #ACDFD8
Complementary color
Monochromatic Colors of #ACDFD8
Black with #ACDFD8
Text Example
Text Example
White with #ACDFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDFD8; }
p { color: rgb(172,223,216); }
H1.HeaderClassName
{
color: #ACDFD8;
}
.AnyTagClassName
{
color: #ACDFD8;
}
</style>
background-color css
<style>
a { background-color: #ACDFD8; }
a { background-color: rgb(172,223,216); }
div.DivClassName
{
background-color: #ACDFD8;
}
.BgClassName
{
background-color: #ACDFD8;
}
</style>
border-color css
<style>
span { border-color: #ACDFD8; }
span { border-color: rgb(172,223,216); }
td.TdClassName
{
border-color: #ACDFD8;
}
.TagClassName
{
border-color: #ACDFD8;
}
</style>