#A6DDD0

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

Shades of Scandal #A6DDD0

Tints of Scandal #A6DDD0

Color information

#A6DDD0 (or 0xA6DDD0) is unknown color: approx Scandal. HEX triplet: A6, DD and D0. RGB value is (166,221,208). Sum of RGB (Red+Green+Blue) = 166+221+208=595 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.90% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 208 (81.64% from 255 or 34.96% from 595); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DDD0 is #59222F. Grayscale: #CBCBCB. Windows color (decimal): -5841456 or 13688230. OLE color: 13688230.

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

Color convert

RGB166221208-
CMYK0.2500.060.13
HSL165.82º44.72%75.88%-
HSV(B)165.82º24.89%86.67%-
XYZ52.9764.3769.31-
YUV203.07130.78101.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.90%
GREEN value IS 221 (86.72% from 255) = 37.14%
BLUE value IS 208 (81.64% from 255) = 34.96%
R=27.90%
G=37.14%
B=34.96%

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
Decimal1662212080.2500.060.13165.8244.7275.88
HexA6DDD01906Da62d4c
Octal24633532031061524655114
Binary1010011011011101110100001100101101101101001101011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DDD0; }

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

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

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

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

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

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

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

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