#A6DDD1

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

Shades of Scandal #A6DDD1

Tints of Scandal #A6DDD1

Color information

#A6DDD1 (or 0xA6DDD1) is unknown color: approx Scandal. HEX triplet: A6, DD and D1. RGB value is (166,221,209). Sum of RGB (Red+Green+Blue) = 166+221+209=596 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.85% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 209 (82.03% from 255 or 35.07% from 596); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DDD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DDD1 is #59222E. Grayscale: #CBCBCB. Windows color (decimal): -5841455 or 13753766. OLE color: 13753766.

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

Color convert

RGB166221209-
CMYK0.2500.050.13
HSL166.91º44.72%75.88%-
HSV(B)166.91º24.89%86.67%-
XYZ53.0964.4269.96-
YUV203.19131.28101.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.85%
GREEN value IS 221 (86.72% from 255) = 37.08%
BLUE value IS 209 (82.03% from 255) = 35.07%
R=27.85%
G=37.08%
B=35.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1662212090.2500.050.13166.9144.7275.88
HexA6DDD11905Da72d4c
Octal24633532131051524755114
Binary1010011011011101110100011100101011101101001111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DDD1; }

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

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

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

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

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

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

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

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