#A4DDCE

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

Shades of Scandal #A4DDCE

Tints of Scandal #A4DDCE

Color information

#A4DDCE (or 0xA4DDCE) is unknown color: approx Scandal. HEX triplet: A4, DD and CE. RGB value is (164,221,206). Sum of RGB (Red+Green+Blue) = 164+221+206=591 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.75% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 221 - color contains mainly: green. Hex color #A4DDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DDCE is #5B2231. Grayscale: #CACACA. Windows color (decimal): -5972530 or 13557156. OLE color: 13557156.

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

Color convert

RGB164221206-
CMYK0.2600.070.13
HSL164.21º45.6%75.49%-
HSV(B)164.21º25.79%86.67%-
XYZ52.3164.0668-
YUV202.25130.12100.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.75%
GREEN value IS 221 (86.72% from 255) = 37.39%
BLUE value IS 206 (80.86% from 255) = 34.86%
R=27.75%
G=37.39%
B=34.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1642212060.2600.070.13164.2145.675.49
HexA4DDCE1A07Da42e4b
Octal24433531632071524456113
Binary1010010011011101110011101101001111101101001001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DDCE; }

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

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

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

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

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

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

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

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