#A3DDCA

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

Shades of Scandal #A3DDCA

Tints of Scandal #A3DDCA

Color information

#A3DDCA (or 0xA3DDCA) is unknown color: approx Scandal. HEX triplet: A3, DD and CA. RGB value is (163,221,202). Sum of RGB (Red+Green+Blue) = 163+221+202=586 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.82% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 221 - color contains mainly: green. Hex color #A3DDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DDCA is #5C2235. Grayscale: #C9C9C9. Windows color (decimal): -6038070 or 13295011. OLE color: 13295011.

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

Color convert

RGB163221202-
CMYK0.2600.090.13
HSL160.34º46.03%75.29%-
HSV(B)160.34º26.24%86.67%-
XYZ51.6263.7665.46-
YUV201.49128.28100.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.82%
GREEN value IS 221 (86.72% from 255) = 37.71%
BLUE value IS 202 (79.30% from 255) = 34.47%
R=27.82%
G=37.71%
B=34.47%

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
Decimal1632212020.2600.090.13160.3446.0375.29
HexA3DDCA1A09Da02e4b
Octal243335312320111524056113
Binary10100011110111011100101011010010011101101000001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DDCA; }

 p { color: rgb(163,221,202); }

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

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

 a { background-color: rgb(163,221,202); }

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

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

 span { border-color: rgb(163,221,202); }

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