#A4DFD5

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

Shades of Scandal #A4DFD5

Tints of Scandal #A4DFD5

Color information

#A4DFD5 (or 0xA4DFD5) is unknown color: approx Scandal. HEX triplet: A4, DF and D5. RGB value is (164,223,213). Sum of RGB (Red+Green+Blue) = 164+223+213=600 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.33% from 600); Green value is 223 (87.5% from 255 or 37.17% from 600); Blue value is 213 (83.59% from 255 or 35.5% from 600); Max value from RGB is 223 - color contains mainly: green. Hex color #A4DFD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DFD5 is #5B202A. Grayscale: #CCCCCC. Windows color (decimal): -5972011 or 14016420. OLE color: 14016420.

HSL color Cylindrical-coordinate representation of color #A4DFD5: hue angle of 169.83º degrees, saturation: 0.48, 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 #A4DFD5 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB164223213-
CMYK0.2600.040.13
HSL169.83º47.97%75.88%-
HSV(B)169.83º26.46%87.45%-
XYZ53.7165.4772.76-
YUV204.22132.9599.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.33%
GREEN value IS 223 (87.5% from 255) = 37.17%
BLUE value IS 213 (83.59% from 255) = 35.5%
R=27.33%
G=37.17%
B=35.5%

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
Decimal1642232130.2600.040.13169.8347.9775.88
HexA4DFD51A04Daa304c
Octal24433732532041525260114
Binary1010010011011111110101011101001001101101010101100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DFD5; }

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

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

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

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

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

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

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

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