#A5DDD1

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

Shades of Scandal #A5DDD1

Tints of Scandal #A5DDD1

Color information

#A5DDD1 (or 0xA5DDD1) is unknown color: approx Scandal. HEX triplet: A5, DD and D1. RGB value is (165,221,209). Sum of RGB (Red+Green+Blue) = 165+221+209=595 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.73% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 209 (82.03% from 255 or 35.13% from 595); Max value from RGB is 221 - color contains mainly: green. Hex color #A5DDD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DDD1 is #5A222E. Grayscale: #CACACA. Windows color (decimal): -5906991 or 13753765. OLE color: 13753765.

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

Color convert

RGB165221209-
CMYK0.2500.050.13
HSL167.14º45.16%75.69%-
HSV(B)167.14º25.34%86.67%-
XYZ52.8864.3269.95-
YUV202.89131.45100.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.73%
GREEN value IS 221 (86.72% from 255) = 37.14%
BLUE value IS 209 (82.03% from 255) = 35.13%
R=27.73%
G=37.14%
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.13
SystemRedGreenBlueCMYKHSL
Decimal1652212090.2500.050.13167.1445.1675.69
HexA5DDD11905Da72d4c
Octal24533532131051524755114
Binary1010010111011101110100011100101011101101001111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DDD1; }

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

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

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

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

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

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

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

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