#A4DDC7

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

Shades of Scandal #A4DDC7

Tints of Scandal #A4DDC7

Color information

#A4DDC7 (or 0xA4DDC7) is unknown color: approx Scandal. HEX triplet: A4, DD and C7. RGB value is (164,221,199). Sum of RGB (Red+Green+Blue) = 164+221+199=584 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.08% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 199 (78.12% from 255 or 34.08% from 584); Max value from RGB is 221 - color contains mainly: green. Hex color #A4DDC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DDC7 is #5B2238. Grayscale: #C9C9C9. Windows color (decimal): -5972537 or 13098404. OLE color: 13098404.

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

Color convert

RGB164221199-
CMYK0.2600.100.13
HSL156.84º45.6%75.49%-
HSV(B)156.84º25.79%86.67%-
XYZ51.4863.7363.62-
YUV201.45126.62101.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.08%
GREEN value IS 221 (86.72% from 255) = 37.84%
BLUE value IS 199 (78.12% from 255) = 34.08%
R=28.08%
G=37.84%
B=34.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1642211990.2600.100.13156.8445.675.49
HexA4DDC71A0AD9d2e4b
Octal244335307320121523556113
Binary10100100110111011100011111010010101101100111011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DDC7; }

 p { color: rgb(164,221,199); }

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

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

 a { background-color: rgb(164,221,199); }

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

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

 span { border-color: rgb(164,221,199); }

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