#A4CEDE

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

Shades of French Pass #A4CEDE

Tints of French Pass #A4CEDE

Color information

#A4CEDE (or 0xA4CEDE) is unknown color: approx French Pass. HEX triplet: A4, CE and DE. RGB value is (164,206,222). Sum of RGB (Red+Green+Blue) = 164+206+222=592 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.70% from 592); Green value is 206 (80.86% from 255 or 34.80% from 592); Blue value is 222 (87.11% from 255 or 37.5% from 592); Max value from RGB is 222 - color contains mainly: blue. Hex color #A4CEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CEDE is #5B3121. Grayscale: #C3C3C3. Windows color (decimal): -5976354 or 14601892. OLE color: 14601892.

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

Color convert

RGB164206222-
CMYK0.260.0700.13
HSL196.55º46.77%75.69%-
HSV(B)196.55º26.13%87.06%-
XYZ50.5757.3177.5-
YUV195.27143.09105.7-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.70%
GREEN value IS 206 (80.86% from 255) = 34.80%
BLUE value IS 222 (87.11% from 255) = 37.5%
R=27.70%
G=34.80%
B=37.5%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1642062220.260.0700.13196.5546.7775.69
HexA4CEDE1A70Dc52f4c
Octal24431633632701530557114
Binary1010010011001110110111101101011101101110001011011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CEDE; }

 p { color: rgb(164,206,222); }

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

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

 a { background-color: rgb(164,206,222); }

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

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

 span { border-color: rgb(164,206,222); }

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