#A5DED0

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

Shades of Scandal #A5DED0

Tints of Scandal #A5DED0

Color information

#A5DED0 (or 0xA5DED0) is unknown color: approx Scandal. HEX triplet: A5, DE and D0. RGB value is (165,222,208). Sum of RGB (Red+Green+Blue) = 165+222+208=595 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.73% from 595); Green value is 222 (87.11% from 255 or 37.31% from 595); Blue value is 208 (81.64% from 255 or 34.96% from 595); Max value from RGB is 222 - color contains mainly: green. Hex color #A5DED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DED0 is #5A212F. Grayscale: #CBCBCB. Windows color (decimal): -5906736 or 13688485. OLE color: 13688485.

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

Color convert

RGB165222208-
CMYK0.2600.060.13
HSL165.26º46.34%75.88%-
HSV(B)165.26º25.68%87.06%-
XYZ53.0264.869.39-
YUV203.36130.62100.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.73%
GREEN value IS 222 (87.11% from 255) = 37.31%
BLUE value IS 208 (81.64% from 255) = 34.96%
R=27.73%
G=37.31%
B=34.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1652222080.2600.060.13165.2646.3475.88
HexA5DED01A06Da52e4c
Octal24533632032061524556114
Binary1010010111011110110100001101001101101101001011011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DED0; }

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

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

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

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

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

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

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

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