#A1DFCD

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

Shades of Scandal #A1DFCD

Tints of Scandal #A1DFCD

Color information

#A1DFCD (or 0xA1DFCD) is unknown color: approx Scandal. HEX triplet: A1, DF and CD. RGB value is (161,223,205). Sum of RGB (Red+Green+Blue) = 161+223+205=589 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.33% from 589); Green value is 223 (87.5% from 255 or 37.86% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 223 - color contains mainly: green. Hex color #A1DFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DFCD is #5E2032. Grayscale: #CACACA. Windows color (decimal): -6168627 or 13492129. OLE color: 13492129.

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

Color convert

RGB161223205-
CMYK0.2800.080.13
HSL162.58º49.21%75.29%-
HSV(B)162.58º27.8%87.45%-
XYZ52.1164.7667.51-
YUV202.41129.4698.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.33%
GREEN value IS 223 (87.5% from 255) = 37.86%
BLUE value IS 205 (80.47% from 255) = 34.80%
R=27.33%
G=37.86%
B=34.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1612232050.2800.080.13162.5849.2175.29
HexA1DFCD1C08Da3314b
Octal241337315340101524361113
Binary10100001110111111100110111100010001101101000111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DFCD; }

 p { color: rgb(161,223,205); }

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

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

 a { background-color: rgb(161,223,205); }

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

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

 span { border-color: rgb(161,223,205); }

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