#A9DCD1

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

Shades of Scandal #A9DCD1

Tints of Scandal #A9DCD1

Color information

#A9DCD1 (or 0xA9DCD1) is unknown color: approx Scandal. HEX triplet: A9, DC and D1. RGB value is (169,220,209). Sum of RGB (Red+Green+Blue) = 169+220+209=598 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.26% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 209 (82.03% from 255 or 34.95% from 598); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DCD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DCD1 is #56232E. Grayscale: #CBCBCB. Windows color (decimal): -5645103 or 13753513. OLE color: 13753513.

HSL color Cylindrical-coordinate representation of color #A9DCD1: hue angle of 167.06º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9DCD1 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB169220209-
CMYK0.2300.050.14
HSL167.06º42.15%76.27%-
HSV(B)167.06º23.18%86.27%-
XYZ53.4664.2269.9-
YUV203.5131.1103.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.26%
GREEN value IS 220 (86.33% from 255) = 36.79%
BLUE value IS 209 (82.03% from 255) = 34.95%
R=28.26%
G=36.79%
B=34.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1692202090.2300.050.14167.0642.1576.27
HexA9DCD11705Ea72a4c
Octal25133432127051624752114
Binary1010100111011100110100011011101011110101001111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DCD1; }

 p { color: rgb(169,220,209); }

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

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

 a { background-color: rgb(169,220,209); }

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

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

 span { border-color: rgb(169,220,209); }

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