#A5DECB

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

Shades of Scandal #A5DECB

Tints of Scandal #A5DECB

Color information

#A5DECB (or 0xA5DECB) is unknown color: approx Scandal. HEX triplet: A5, DE and CB. RGB value is (165,222,203). Sum of RGB (Red+Green+Blue) = 165+222+203=590 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.97% from 590); Green value is 222 (87.11% from 255 or 37.63% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 222 - color contains mainly: green. Hex color #A5DECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DECB is #5A2134. Grayscale: #CACACA. Windows color (decimal): -5906741 or 13360805. OLE color: 13360805.

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

Color convert

RGB165222203-
CMYK0.2600.090.13
HSL160º46.34%75.88%-
HSV(B)160º25.68%87.06%-
XYZ52.4264.5566.2-
YUV202.79128.12101.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.97%
GREEN value IS 222 (87.11% from 255) = 37.63%
BLUE value IS 203 (79.69% from 255) = 34.41%
R=27.97%
G=37.63%
B=34.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1652222030.2600.090.1316046.3475.88
HexA5DECB1A09Da02e4c
Octal245336313320111524056114
Binary10100101110111101100101111010010011101101000001011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DECB; }

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

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

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

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

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

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

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

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