#A4DFD2

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

Shades of Scandal #A4DFD2

Tints of Scandal #A4DFD2

Color information

#A4DFD2 (or 0xA4DFD2) is unknown color: approx Scandal. HEX triplet: A4, DF and D2. RGB value is (164,223,210). Sum of RGB (Red+Green+Blue) = 164+223+210=597 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.47% from 597); Green value is 223 (87.5% from 255 or 37.35% from 597); Blue value is 210 (82.42% from 255 or 35.18% from 597); Max value from RGB is 223 - color contains mainly: green. Hex color #A4DFD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DFD2 is #5B202D. Grayscale: #CBCBCB. Windows color (decimal): -5972014 or 13819812. OLE color: 13819812.

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

Color convert

RGB164223210-
CMYK0.2600.060.13
HSL166.78º47.97%75.88%-
HSV(B)166.78º26.46%87.45%-
XYZ53.3365.3270.77-
YUV203.88131.4599.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.47%
GREEN value IS 223 (87.5% from 255) = 37.35%
BLUE value IS 210 (82.42% from 255) = 35.18%
R=27.47%
G=37.35%
B=35.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1642232100.2600.060.13166.7847.9775.88
HexA4DFD21A06Da7304c
Octal24433732232061524760114
Binary1010010011011111110100101101001101101101001111100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DFD2; }

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

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

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

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

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

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

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

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