#A6DED0

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

Shades of Scandal #A6DED0

Tints of Scandal #A6DED0

Color information

#A6DED0 (or 0xA6DED0) is unknown color: approx Scandal. HEX triplet: A6, DE and D0. RGB value is (166,222,208). Sum of RGB (Red+Green+Blue) = 166+222+208=596 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.85% from 596); Green value is 222 (87.11% from 255 or 37.25% from 596); Blue value is 208 (81.64% from 255 or 34.90% from 596); Max value from RGB is 222 - color contains mainly: green. Hex color #A6DED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DED0 is #59212F. Grayscale: #CBCBCB. Windows color (decimal): -5841200 or 13688486. OLE color: 13688486.

HSL color Cylindrical-coordinate representation of color #A6DED0: hue angle of 165º degrees, saturation: 0.46, 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 #A6DED0 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB166222208-
CMYK0.2500.060.13
HSL165º45.9%76.08%-
HSV(B)165º25.23%87.06%-
XYZ53.2364.969.4-
YUV203.66130.45101.14-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.85%
GREEN value IS 222 (87.11% from 255) = 37.25%
BLUE value IS 208 (81.64% from 255) = 34.90%
R=27.85%
G=37.25%
B=34.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1662222080.2500.060.1316545.976.08
HexA6DED01906Da52e4c
Octal24633632031061524556114
Binary1010011011011110110100001100101101101101001011011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DED0; }

 p { color: rgb(166,222,208); }

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

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

 a { background-color: rgb(166,222,208); }

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

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

 span { border-color: rgb(166,222,208); }

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