Shades of Scandal #ACDCD7
Tints of Scandal #ACDCD7
RGB
CMYK
RGB Variations
Color information
#ACDCD7 (or 0xACDCD7) is known color: Scandal. HEX triplet: AC, DC and D7. RGB value is (172,220,215). Sum of RGB (Red+Green+Blue) = 172+220+215=607 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.34% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 215 (84.38% from 255 or 35.42% from 607); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDCD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDCD7 is #532328. Grayscale: #CDCDCD. Windows color (decimal): -5448489 or 14146732. OLE color: 14146732.
HSL color Cylindrical-coordinate representation of color #ACDCD7: hue angle of 173.75º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACDCD7 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
RGB | 172 | 220 | 215 | - |
CMYK | 0.22 | 0 | 0.02 | 0.14 |
HSL | 173.75º | 0.41% | 0.77% | - |
HSV(B) | 173.75º | 0.22% | 0.86% | - |
XYZ | 54.87 | 64.86 | 73.92 | - |
YUV | 205.08 | 133.6 | 104.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 220 | 215 | 0.22 | 0 | 0.02 | 0.14 | 173.75 | 0.41 | 0.77 |
Hex | AC | DC | D7 | 16 | 0 | 2 | E | AE | 29 | 4D |
Octal | 254 | 334 | 327 | 26 | 0 | 2 | 16 | 256 | 51 | 115 |
Binary | 10101100 | 11011100 | 11010111 | 10110 | 0 | 10 | 1110 | 10101110 | 101001 | 1001101 |
Color Harmonies of #ACDCD7
Complementary color
Monochromatic Colors of #ACDCD7
Black with #ACDCD7
Text Example
Text Example
White with #ACDCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDCD7; }
p { color: rgb(172,220,215); }
H1.HeaderClassName
{
color: #ACDCD7;
}
.AnyTagClassName
{
color: #ACDCD7;
}
</style>
background-color css
<style>
a { background-color: #ACDCD7; }
a { background-color: rgb(172,220,215); }
div.DivClassName
{
background-color: #ACDCD7;
}
.BgClassName
{
background-color: #ACDCD7;
}
</style>
border-color css
<style>
span { border-color: #ACDCD7; }
span { border-color: rgb(172,220,215); }
td.TdClassName
{
border-color: #ACDCD7;
}
.TagClassName
{
border-color: #ACDCD7;
}
</style>