#a5dcc6

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

Shades of Scandal #A5DCC6

Tints of Scandal #A5DCC6

Color information

#A5DCC6 (or 0xA5DCC6) is unknown color: approx Scandal. HEX triplet: A5, DC and C6. RGB value is (165,220,198). Sum of RGB (Red+Green+Blue) = 165+220+198=583 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.30% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 198 (77.73% from 255 or 33.96% from 583); Max value from RGB is 220 - color contains mainly: green. Hex color #A5DCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DCC6 is #5A2339. Grayscale: #C9C9C9. Windows color (decimal): -5907258 or 13032613. OLE color: 13032613.

HSL color Cylindrical-coordinate representation of color #A5DCC6: hue angle of 156º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5DCC6 is Cyan = 0.25, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB165220198-
CMYK0.2500.10.14
HSL156º44%75.49%-
HSV(B)156º25%86.27%-
XYZ51.363.2662.93-
YUV201.05126.28102.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.30%
GREEN value IS 220 (86.33% from 255) = 37.74%
BLUE value IS 198 (77.73% from 255) = 33.96%
R=28.30%
G=37.74%
B=33.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1652201980.2500.10.141564475.49
HexA5DCC6190AE9c2c4b
Octal245334306310121623454113
Binary10100101110111001100011011001010101110100111001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5dcc6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5dcc6; }

 p { color: rgb(165,220,198); }

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

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

 a { background-color: rgb(165,220,198); }

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

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

 span { border-color: rgb(165,220,198); }

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