#A1DDCA

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

Shades of Scandal #A1DDCA

Tints of Scandal #A1DDCA

Color information

#A1DDCA (or 0xA1DDCA) is unknown color: approx Scandal. HEX triplet: A1, DD and CA. RGB value is (161,221,202). Sum of RGB (Red+Green+Blue) = 161+221+202=584 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.57% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DDCA is #5E2235. Grayscale: #C8C8C8. Windows color (decimal): -6169142 or 13295009. OLE color: 13295009.

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

Color convert

RGB161221202-
CMYK0.2700.090.13
HSL161º46.88%74.9%-
HSV(B)161º27.15%86.67%-
XYZ51.2263.5565.44-
YUV200.89128.6299.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.57%
GREEN value IS 221 (86.72% from 255) = 37.84%
BLUE value IS 202 (79.30% from 255) = 34.59%
R=27.57%
G=37.84%
B=34.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1612212020.2700.090.1316146.8874.9
HexA1DDCA1B09Da12f4b
Octal241335312330111524157113
Binary10100001110111011100101011011010011101101000011011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DDCA; }

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

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

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

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

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

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

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

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