#A4DDC9

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

Shades of Scandal #A4DDC9

Tints of Scandal #A4DDC9

Color information

#A4DDC9 (or 0xA4DDC9) is unknown color: approx Scandal. HEX triplet: A4, DD and C9. RGB value is (164,221,201). Sum of RGB (Red+Green+Blue) = 164+221+201=586 (77% of max value = 765). Red value is 164 (64.45% from 255 or 27.99% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 201 (78.91% from 255 or 34.30% from 586); Max value from RGB is 221 - color contains mainly: green. Hex color #A4DDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DDC9 is #5B2236. Grayscale: #C9C9C9. Windows color (decimal): -5972535 or 13229476. OLE color: 13229476.

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

Color convert

RGB164221201-
CMYK0.2600.090.13
HSL158.95º45.6%75.49%-
HSV(B)158.95º25.79%86.67%-
XYZ51.7163.8264.85-
YUV201.68127.62101.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.99%
GREEN value IS 221 (86.72% from 255) = 37.71%
BLUE value IS 201 (78.91% from 255) = 34.30%
R=27.99%
G=37.71%
B=34.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1642212010.2600.090.13158.9545.675.49
HexA4DDC91A09D9f2e4b
Octal244335311320111523756113
Binary10100100110111011100100111010010011101100111111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DDC9; }

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

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

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

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

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

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

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

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