#ACDDCF

Color #ACDDCF Scandal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scandal #ACDDCF

Tints of Scandal #ACDDCF

Color information

#ACDDCF (or 0xACDDCF) is unknown color: approx Scandal. HEX triplet: AC, DD and CF. RGB value is (172,221,207). Sum of RGB (Red+Green+Blue) = 172+221+207=600 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.67% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 207 (81.25% from 255 or 34.5% from 600); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDCF is #532230. Grayscale: #CCCCCC. Windows color (decimal): -5448241 or 13622700. OLE color: 13622700.

HSL color Cylindrical-coordinate representation of color #ACDDCF: hue angle of 162.86º 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 #ACDDCF is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB172221207-
CMYK0.2200.060.13
HSL162.86º41.88%77.06%-
HSV(B)162.86º22.17%86.67%-
XYZ54.1364.9968.72-
YUV204.75129.27104.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 172 (67.58% from 255) = 28.67%
GREEN value IS 221 (86.72% from 255) = 36.83%
BLUE value IS 207 (81.25% from 255) = 34.5%
R=28.67%
G=36.83%
B=34.5%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722212070.2200.060.13162.8641.8877.06
HexACDDCF1606Da32a4d
Octal25433531726061524352115
Binary1010110011011101110011111011001101101101000111010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDDCF; }

 p { color: rgb(172,221,207); }

 H1.HeaderClassName
 {
   color: #ACDDCF;
 }
 .AnyTagClassName
 {
   color: #ACDDCF;
 }
</style>
background-color css

<style>
 a { background-color: #ACDDCF; }

 a { background-color: rgb(172,221,207); }

 div.DivClassName
 {
   background-color: #ACDDCF;
 }
 .BgClassName
 {
   background-color: #ACDDCF;
 }
</style>
border-color css

<style>
 span { border-color: #ACDDCF; }

 span { border-color: rgb(172,221,207); }

 td.TdClassName
 {
   border-color: #ACDDCF;
 }
 .TagClassName
 {
   border-color: #ACDDCF;
 }
</style>