#A4DACD

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

Shades of Scandal #A4DACD

Tints of Scandal #A4DACD

Color information

#A4DACD (or 0xA4DACD) is unknown color: approx Scandal. HEX triplet: A4, DA and CD. RGB value is (164,218,205). Sum of RGB (Red+Green+Blue) = 164+218+205=587 (77% of max value = 765). Red value is 164 (64.45% from 255 or 27.94% from 587); Green value is 218 (85.55% from 255 or 37.14% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 218 - color contains mainly: green. Hex color #A4DACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DACD is #5B2532. Grayscale: #C8C8C8. Windows color (decimal): -5973299 or 13490852. OLE color: 13490852.

HSL color Cylindrical-coordinate representation of color #A4DACD: hue angle of 165.56º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4DACD is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB164218205-
CMYK0.2500.060.15
HSL165.56º42.19%74.9%-
HSV(B)165.56º24.77%85.49%-
XYZ51.462.4467.1-
YUV200.37130.61102.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.94%
GREEN value IS 218 (85.55% from 255) = 37.14%
BLUE value IS 205 (80.47% from 255) = 34.92%
R=27.94%
G=37.14%
B=34.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1642182050.2500.060.15165.5642.1974.9
HexA4DACD1906Fa62a4b
Octal24433231531061724652113
Binary1010010011011010110011011100101101111101001101010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DACD; }

 p { color: rgb(164,218,205); }

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

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

 a { background-color: rgb(164,218,205); }

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

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

 span { border-color: rgb(164,218,205); }

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