#A5DCCD

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

Shades of Scandal #A5DCCD

Tints of Scandal #A5DCCD

Color information

#A5DCCD (or 0xA5DCCD) is unknown color: approx Scandal. HEX triplet: A5, DC and CD. RGB value is (165,220,205). Sum of RGB (Red+Green+Blue) = 165+220+205=590 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.97% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 220 - color contains mainly: green. Hex color #A5DCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DCCD is #5A2332. Grayscale: #C9C9C9. Windows color (decimal): -5907251 or 13491365. OLE color: 13491365.

HSL color Cylindrical-coordinate representation of color #A5DCCD: hue angle of 163.64º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5DCCD is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB165220205-
CMYK0.2500.070.14
HSL163.64º44%75.49%-
HSV(B)163.64º25%86.27%-
XYZ52.1363.5967.28-
YUV201.84129.78101.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.97%
GREEN value IS 220 (86.33% from 255) = 37.29%
BLUE value IS 205 (80.47% from 255) = 34.75%
R=27.97%
G=37.29%
B=34.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1652202050.2500.070.14163.644475.49
HexA5DCCD1907Ea42c4b
Octal24533431531071624454113
Binary1010010111011100110011011100101111110101001001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DCCD; }

 p { color: rgb(165,220,205); }

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

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

 a { background-color: rgb(165,220,205); }

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

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

 span { border-color: rgb(165,220,205); }

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