Shades of Scandal #ACDDD6
Tints of Scandal #ACDDD6
RGB
CMYK
RGB Variations
Color information
#ACDDD6 (or 0xACDDD6) is known color: Scandal. HEX triplet: AC, DD and D6. RGB value is (172,221,214). Sum of RGB (Red+Green+Blue) = 172+221+214=607 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.34% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 214 (83.98% from 255 or 35.26% from 607); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDD6 is #532229. Grayscale: #CDCDCD. Windows color (decimal): -5448234 or 14081452. OLE color: 14081452.
HSL color Cylindrical-coordinate representation of color #ACDDD6: hue angle of 171.43º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACDDD6 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 172 | 221 | 214 | - |
CMYK | 0.22 | 0 | 0.03 | 0.13 |
HSL | 171.43º | 0.42% | 0.77% | - |
HSV(B) | 171.43º | 0.22% | 0.87% | - |
XYZ | 55.01 | 65.34 | 73.33 | - |
YUV | 205.55 | 132.77 | 104.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 221 | 214 | 0.22 | 0 | 0.03 | 0.13 | 171.43 | 0.42 | 0.77 |
Hex | AC | DD | D6 | 16 | 0 | 3 | D | AB | 2A | 4D |
Octal | 254 | 335 | 326 | 26 | 0 | 3 | 15 | 253 | 52 | 115 |
Binary | 10101100 | 11011101 | 11010110 | 10110 | 0 | 11 | 1101 | 10101011 | 101010 | 1001101 |
Color Harmonies of #ACDDD6
Complementary color
Monochromatic Colors of #ACDDD6
Black with #ACDDD6
Text Example
Text Example
White with #ACDDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDDD6; }
p { color: rgb(172,221,214); }
H1.HeaderClassName
{
color: #ACDDD6;
}
.AnyTagClassName
{
color: #ACDDD6;
}
</style>
background-color css
<style>
a { background-color: #ACDDD6; }
a { background-color: rgb(172,221,214); }
div.DivClassName
{
background-color: #ACDDD6;
}
.BgClassName
{
background-color: #ACDDD6;
}
</style>
border-color css
<style>
span { border-color: #ACDDD6; }
span { border-color: rgb(172,221,214); }
td.TdClassName
{
border-color: #ACDDD6;
}
.TagClassName
{
border-color: #ACDDD6;
}
</style>