#a1dcca

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

Shades of Scandal #A1DCCA

Tints of Scandal #A1DCCA

Color information

#A1DCCA (or 0xA1DCCA) is unknown color: approx Scandal. HEX triplet: A1, DC and CA. RGB value is (161,220,202). Sum of RGB (Red+Green+Blue) = 161+220+202=583 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.62% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DCCA is #5E2335. Grayscale: #C8C8C8. Windows color (decimal): -6169398 or 13294753. OLE color: 13294753.

HSL color Cylindrical-coordinate representation of color #A1DCCA: hue angle of 161.69º 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 #A1DCCA is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB161220202-
CMYK0.2700.080.14
HSL161.69º45.74%74.71%-
HSV(B)161.69º26.82%86.27%-
XYZ50.9563.0365.36-
YUV200.31128.9599.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.62%
GREEN value IS 220 (86.33% from 255) = 37.74%
BLUE value IS 202 (79.30% from 255) = 34.65%
R=27.62%
G=37.74%
B=34.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1612202020.2700.080.14161.6945.7474.71
HexA1DCCA1B08Ea22e4b
Octal241334312330101624256113
Binary10100001110111001100101011011010001110101000101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1dcca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1dcca; }

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

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

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

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

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

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

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

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