#A4DED5

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

Shades of Scandal #A4DED5

Tints of Scandal #A4DED5

Color information

#A4DED5 (or 0xA4DED5) is unknown color: approx Scandal. HEX triplet: A4, DE and D5. RGB value is (164,222,213). Sum of RGB (Red+Green+Blue) = 164+222+213=599 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.38% from 599); Green value is 222 (87.11% from 255 or 37.06% from 599); Blue value is 213 (83.59% from 255 or 35.56% from 599); Max value from RGB is 222 - color contains mainly: green. Hex color #A4DED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DED5 is #5B212A. Grayscale: #CBCBCB. Windows color (decimal): -5972267 or 14016164. OLE color: 14016164.

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

Color convert

RGB164222213-
CMYK0.2600.040.13
HSL170.69º46.77%75.69%-
HSV(B)170.69º26.13%87.06%-
XYZ53.4464.9472.67-
YUV203.63133.2899.73-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.38%
GREEN value IS 222 (87.11% from 255) = 37.06%
BLUE value IS 213 (83.59% from 255) = 35.56%
R=27.38%
G=37.06%
B=35.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1642222130.2600.040.13170.6946.7775.69
HexA4DED51A04Dab2f4c
Octal24433632532041525357114
Binary1010010011011110110101011101001001101101010111011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DED5; }

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

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

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

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

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

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

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

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