#A1DFCE

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

Shades of Scandal #A1DFCE

Tints of Scandal #A1DFCE

Color information

#A1DFCE (or 0xA1DFCE) is unknown color: approx Scandal. HEX triplet: A1, DF and CE. RGB value is (161,223,206). Sum of RGB (Red+Green+Blue) = 161+223+206=590 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.29% from 590); Green value is 223 (87.5% from 255 or 37.80% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 223 - color contains mainly: green. Hex color #A1DFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DFCE is #5E2031. Grayscale: #CACACA. Windows color (decimal): -6168626 or 13557665. OLE color: 13557665.

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

Color convert

RGB161223206-
CMYK0.2800.080.13
HSL163.55º49.21%75.29%-
HSV(B)163.55º27.8%87.45%-
XYZ52.2364.8168.15-
YUV202.52129.9698.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.29%
GREEN value IS 223 (87.5% from 255) = 37.80%
BLUE value IS 206 (80.86% from 255) = 34.92%
R=27.29%
G=37.80%
B=34.92%

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
Decimal1612232060.2800.080.13163.5549.2175.29
HexA1DFCE1C08Da4314b
Octal241337316340101524461113
Binary10100001110111111100111011100010001101101001001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DFCE; }

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

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

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

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

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

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

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

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