#A5DFD0

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

Shades of Scandal #A5DFD0

Tints of Scandal #A5DFD0

Color information

#A5DFD0 (or 0xA5DFD0) is unknown color: approx Scandal. HEX triplet: A5, DF and D0. RGB value is (165,223,208). Sum of RGB (Red+Green+Blue) = 165+223+208=596 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.68% from 596); Green value is 223 (87.5% from 255 or 37.42% from 596); Blue value is 208 (81.64% from 255 or 34.90% from 596); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DFD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DFD0 is #5A202F. Grayscale: #CBCBCB. Windows color (decimal): -5906480 or 13688741. OLE color: 13688741.

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

Color convert

RGB165223208-
CMYK0.2600.070.13
HSL164.48º47.54%76.08%-
HSV(B)164.48º26.01%87.45%-
XYZ53.2965.3369.48-
YUV203.95130.28100.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.68%
GREEN value IS 223 (87.5% from 255) = 37.42%
BLUE value IS 208 (81.64% from 255) = 34.90%
R=27.68%
G=37.42%
B=34.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1652232080.2600.070.13164.4847.5476.08
HexA5DFD01A07Da4304c
Octal24533732032071524460114
Binary1010010111011111110100001101001111101101001001100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DFD0; }

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

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

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

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

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

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

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

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