#ACDED5

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

Shades of Scandal #ACDED5

Tints of Scandal #ACDED5

Color information

#ACDED5 (or 0xACDED5) is unknown color: approx Scandal. HEX triplet: AC, DE and D5. RGB value is (172,222,213). Sum of RGB (Red+Green+Blue) = 172+222+213=607 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.34% from 607); Green value is 222 (87.11% from 255 or 36.57% from 607); Blue value is 213 (83.59% from 255 or 35.09% from 607); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDED5 is #53212A. Grayscale: #CECECE. Windows color (decimal): -5447979 or 14016172. OLE color: 14016172.

HSL color Cylindrical-coordinate representation of color #ACDED5: hue angle of 169.2º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACDED5 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB172222213-
CMYK0.2300.040.13
HSL169.2º43.1%77.25%-
HSV(B)169.2º22.52%87.06%-
XYZ55.1465.8272.75-
YUV206.02131.94103.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.34%
GREEN value IS 222 (87.11% from 255) = 36.57%
BLUE value IS 213 (83.59% from 255) = 35.09%
R=28.34%
G=36.57%
B=35.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722222130.2300.040.13169.243.177.25
HexACDED51704Da92b4d
Octal25433632527041525153115
Binary1010110011011110110101011011101001101101010011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDED5; }

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

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

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

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

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

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

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

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