#A1DFCB

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

Shades of Scandal #A1DFCB

Tints of Scandal #A1DFCB

Color information

#A1DFCB (or 0xA1DFCB) is unknown color: approx Scandal. HEX triplet: A1, DF and CB. RGB value is (161,223,203). Sum of RGB (Red+Green+Blue) = 161+223+203=587 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.43% from 587); Green value is 223 (87.5% from 255 or 37.99% from 587); Blue value is 203 (79.69% from 255 or 34.58% from 587); Max value from RGB is 223 - color contains mainly: green. Hex color #A1DFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DFCB is #5E2034. Grayscale: #CACACA. Windows color (decimal): -6168629 or 13361057. OLE color: 13361057.

HSL color Cylindrical-coordinate representation of color #A1DFCB: hue angle of 160.65º 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 #A1DFCB is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB161223203-
CMYK0.2800.090.13
HSL160.65º49.21%75.29%-
HSV(B)160.65º27.8%87.45%-
XYZ51.8764.6666.25-
YUV202.18128.4698.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.43%
GREEN value IS 223 (87.5% from 255) = 37.99%
BLUE value IS 203 (79.69% from 255) = 34.58%
R=27.43%
G=37.99%
B=34.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1612232030.2800.090.13160.6549.2175.29
HexA1DFCB1C09Da1314b
Octal241337313340111524161113
Binary10100001110111111100101111100010011101101000011100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DFCB; }

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

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

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

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

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

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

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

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