#A1DCC8

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

Shades of Scandal #A1DCC8

Tints of Scandal #A1DCC8

Color information

#A1DCC8 (or 0xA1DCC8) is unknown color: approx Scandal. HEX triplet: A1, DC and C8. RGB value is (161,220,200). Sum of RGB (Red+Green+Blue) = 161+220+200=581 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.71% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 200 (78.52% from 255 or 34.42% from 581); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DCC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DCC8 is #5E2337. Grayscale: #C8C8C8. Windows color (decimal): -6169400 or 13163681. OLE color: 13163681.

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

Color convert

RGB161220200-
CMYK0.2700.090.14
HSL159.66º45.74%74.71%-
HSV(B)159.66º26.82%86.27%-
XYZ50.7262.9364.12-
YUV200.08127.95100.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.71%
GREEN value IS 220 (86.33% from 255) = 37.87%
BLUE value IS 200 (78.52% from 255) = 34.42%
R=27.71%
G=37.87%
B=34.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1612202000.2700.090.14159.6645.7474.71
HexA1DCC81B09Ea02e4b
Octal241334310330111624056113
Binary10100001110111001100100011011010011110101000001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DCC8; }

 p { color: rgb(161,220,200); }

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

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

 a { background-color: rgb(161,220,200); }

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

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

 span { border-color: rgb(161,220,200); }

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