#ACDAD5

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

Shades of Scandal #ACDAD5

Tints of Scandal #ACDAD5

Color information

#ACDAD5 (or 0xACDAD5) is unknown color: approx Scandal. HEX triplet: AC, DA and D5. RGB value is (172,218,213). Sum of RGB (Red+Green+Blue) = 172+218+213=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 218 (85.55% from 255 or 36.15% from 603); Blue value is 213 (83.59% from 255 or 35.32% from 603); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDAD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDAD5 is #53252A. Grayscale: #CBCBCB. Windows color (decimal): -5449003 or 14015148. OLE color: 14015148.

HSL color Cylindrical-coordinate representation of color #ACDAD5: hue angle of 173.48º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACDAD5 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB172218213-
CMYK0.2100.020.15
HSL173.48º38.33%76.47%-
HSV(B)173.48º21.1%85.49%-
XYZ54.0963.7272.4-
YUV203.68133.26105.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.52%
GREEN value IS 218 (85.55% from 255) = 36.15%
BLUE value IS 213 (83.59% from 255) = 35.32%
R=28.52%
G=36.15%
B=35.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1722182130.2100.020.15173.4838.3376.47
HexACDAD51502Fad264c
Octal25433232525021725546114
Binary101011001101101011010101101010101111101011011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDAD5; }

 p { color: rgb(172,218,213); }

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

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

 a { background-color: rgb(172,218,213); }

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

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

 span { border-color: rgb(172,218,213); }

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