Shades of Scandal #ACDDD5
Tints of Scandal #ACDDD5
RGB
CMYK
RGB Variations
Color information
#ACDDD5 (or 0xACDDD5) is known color: Scandal. HEX triplet: AC, DD and D5. RGB value is (172,221,213). Sum of RGB (Red+Green+Blue) = 172+221+213=606 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.38% from 606); Green value is 221 (86.72% from 255 or 36.47% from 606); Blue value is 213 (83.59% from 255 or 35.15% from 606); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDD5 is #53222A. Grayscale: #CDCDCD. Windows color (decimal): -5448235 or 14015916. OLE color: 14015916.
HSL color Cylindrical-coordinate representation of color #ACDDD5: hue angle of 170.2º 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 #ACDDD5 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 172 | 221 | 213 | - |
CMYK | 0.22 | 0 | 0.04 | 0.13 |
HSL | 170.2º | 0.42% | 0.77% | - |
HSV(B) | 170.2º | 0.22% | 0.87% | - |
XYZ | 54.88 | 65.29 | 72.66 | - |
YUV | 205.44 | 132.27 | 104.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 221 | 213 | 0.22 | 0 | 0.04 | 0.13 | 170.2 | 0.42 | 0.77 |
Hex | AC | DD | D5 | 16 | 0 | 4 | D | AA | 2A | 4D |
Octal | 254 | 335 | 325 | 26 | 0 | 4 | 15 | 252 | 52 | 115 |
Binary | 10101100 | 11011101 | 11010101 | 10110 | 0 | 100 | 1101 | 10101010 | 101010 | 1001101 |
Color Harmonies of #ACDDD5
Complementary color
Monochromatic Colors of #ACDDD5
Black with #ACDDD5
Text Example
Text Example
White with #ACDDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDDD5; }
p { color: rgb(172,221,213); }
H1.HeaderClassName
{
color: #ACDDD5;
}
.AnyTagClassName
{
color: #ACDDD5;
}
</style>
background-color css
<style>
a { background-color: #ACDDD5; }
a { background-color: rgb(172,221,213); }
div.DivClassName
{
background-color: #ACDDD5;
}
.BgClassName
{
background-color: #ACDDD5;
}
</style>
border-color css
<style>
span { border-color: #ACDDD5; }
span { border-color: rgb(172,221,213); }
td.TdClassName
{
border-color: #ACDDD5;
}
.TagClassName
{
border-color: #ACDDD5;
}
</style>