#A6DCD1

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

Shades of Scandal #A6DCD1

Tints of Scandal #A6DCD1

Color information

#A6DCD1 (or 0xA6DCD1) is unknown color: approx Scandal. HEX triplet: A6, DC and D1. RGB value is (166,220,209). Sum of RGB (Red+Green+Blue) = 166+220+209=595 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.90% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 209 (82.03% from 255 or 35.13% from 595); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DCD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DCD1 is #59232E. Grayscale: #CACACA. Windows color (decimal): -5841711 or 13753510. OLE color: 13753510.

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

Color convert

RGB166220209-
CMYK0.2500.050.14
HSL167.78º43.55%75.69%-
HSV(B)167.78º24.55%86.27%-
XYZ52.8363.969.87-
YUV202.6131.61101.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.90%
GREEN value IS 220 (86.33% from 255) = 36.97%
BLUE value IS 209 (82.03% from 255) = 35.13%
R=27.90%
G=36.97%
B=35.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1662202090.2500.050.14167.7843.5575.69
HexA6DCD11905Ea82c4c
Octal24633432131051625054114
Binary1010011011011100110100011100101011110101010001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DCD1; }

 p { color: rgb(166,220,209); }

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

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

 a { background-color: rgb(166,220,209); }

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

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

 span { border-color: rgb(166,220,209); }

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