#FFEACD

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

Shades of Blanched Almond #FFEACD

Tints of Blanched Almond #FFEACD

Color information

#FFEACD (or 0xFFEACD) is unknown color: approx Blanched Almond. HEX triplet: FF, EA and CD. RGB value is (255,234,205). Sum of RGB (Red+Green+Blue) = 255+234+205=694 (91% of max value = 765). Red value is 255 (100% from 255 or 36.74% from 694); Green value is 234 (91.80% from 255 or 33.72% from 694); Blue value is 205 (80.47% from 255 or 29.54% from 694); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEACD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEACD is #001532. Grayscale: #EDEDED. Windows color (decimal): -5427 or 13495039. OLE color: 13495039.

HSL color Cylindrical-coordinate representation of color #FFEACD: hue angle of 34.8º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFEACD is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB255234205-
CMYK00.080.200
HSL34.8º100%90.2%-
HSV(B)34.8º19.61%100%-
XYZ81.6884.5169.77-
YUV236.97109.96140.86-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.74%
GREEN value IS 234 (91.80% from 255) = 33.72%
BLUE value IS 205 (80.47% from 255) = 29.54%
R=36.74%
G=33.72%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523420500.080.20034.810090.2
HexFFEACD0814023645a
Octal37735231501024043144132
Binary1111111111101010110011010100010100010001111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEACD; }

 p { color: rgb(255,234,205); }

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

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

 a { background-color: rgb(255,234,205); }

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

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

 span { border-color: rgb(255,234,205); }

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