#ACDFD8

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

Shades of Scandal #ACDFD8

Tints of Scandal #ACDFD8

Color information

#ACDFD8 (or 0xACDFD8) is unknown color: approx Scandal. HEX triplet: AC, DF and D8. RGB value is (172,223,216). Sum of RGB (Red+Green+Blue) = 172+223+216=611 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.15% from 611); Green value is 223 (87.5% from 255 or 36.50% from 611); Blue value is 216 (84.77% from 255 or 35.35% from 611); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDFD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDFD8 is #532027. Grayscale: #CECECE. Windows color (decimal): -5447720 or 14213036. OLE color: 14213036.

HSL color Cylindrical-coordinate representation of color #ACDFD8: hue angle of 171.76º degrees, saturation: 0.44, 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 #ACDFD8 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB172223216-
CMYK0.2300.030.13
HSL171.76º44.35%77.45%-
HSV(B)171.76º22.87%87.45%-
XYZ55.866.574.86-
YUV206.95133.1103.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.15%
GREEN value IS 223 (87.5% from 255) = 36.50%
BLUE value IS 216 (84.77% from 255) = 35.35%
R=28.15%
G=36.50%
B=35.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722232160.2300.030.13171.7644.3577.45
HexACDFD81703Dac2c4d
Octal25433733027031525454115
Binary101011001101111111011000101110111101101011001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDFD8; }

 p { color: rgb(172,223,216); }

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

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

 a { background-color: rgb(172,223,216); }

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

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

 span { border-color: rgb(172,223,216); }

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