Shades of Scandal #ACDCCF
Tints of Scandal #ACDCCF
RGB
CMYK
RGB Variations
Color information
#ACDCCF (or 0xACDCCF) is known color: Scandal. HEX triplet: AC, DC and CF. RGB value is (172,220,207). Sum of RGB (Red+Green+Blue) = 172+220+207=599 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.71% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDCCF is #532330. Grayscale: #CCCCCC. Windows color (decimal): -5448497 or 13622444. OLE color: 13622444.
HSL color Cylindrical-coordinate representation of color #ACDCCF: hue angle of 163.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 #ACDCCF is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
RGB | 172 | 220 | 207 | - |
CMYK | 0.22 | 0 | 0.06 | 0.14 |
HSL | 163.75º | 0.41% | 0.77% | - |
HSV(B) | 163.75º | 0.22% | 0.86% | - |
XYZ | 53.87 | 64.46 | 68.63 | - |
YUV | 204.17 | 129.6 | 105.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 220 | 207 | 0.22 | 0 | 0.06 | 0.14 | 163.75 | 0.41 | 0.77 |
Hex | AC | DC | CF | 16 | 0 | 6 | E | A4 | 29 | 4D |
Octal | 254 | 334 | 317 | 26 | 0 | 6 | 16 | 244 | 51 | 115 |
Binary | 10101100 | 11011100 | 11001111 | 10110 | 0 | 110 | 1110 | 10100100 | 101001 | 1001101 |
Color Harmonies of #ACDCCF
Complementary color
Monochromatic Colors of #ACDCCF
Black with #ACDCCF
Text Example
Text Example
White with #ACDCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDCCF; }
p { color: rgb(172,220,207); }
H1.HeaderClassName
{
color: #ACDCCF;
}
.AnyTagClassName
{
color: #ACDCCF;
}
</style>
background-color css
<style>
a { background-color: #ACDCCF; }
a { background-color: rgb(172,220,207); }
div.DivClassName
{
background-color: #ACDCCF;
}
.BgClassName
{
background-color: #ACDCCF;
}
</style>
border-color css
<style>
span { border-color: #ACDCCF; }
span { border-color: rgb(172,220,207); }
td.TdClassName
{
border-color: #ACDCCF;
}
.TagClassName
{
border-color: #ACDCCF;
}
</style>