#FFE9D0

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

Shades of Blanched Almond #FFE9D0

Tints of Blanched Almond #FFE9D0

Color information

#FFE9D0 (or 0xFFE9D0) is unknown color: approx Blanched Almond. HEX triplet: FF, E9 and D0. RGB value is (255,233,208). Sum of RGB (Red+Green+Blue) = 255+233+208=696 (92% of max value = 765). Red value is 255 (100% from 255 or 36.64% from 696); Green value is 233 (91.41% from 255 or 33.48% from 696); Blue value is 208 (81.64% from 255 or 29.89% from 696); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE9D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE9D0 is #00162F. Grayscale: #ECECEC. Windows color (decimal): -5680 or 13691391. OLE color: 13691391.

HSL color Cylindrical-coordinate representation of color #FFE9D0: hue angle of 31.91º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FFE9D0 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB255233208-
CMYK00.090.180
HSL31.91º100%90.78%-
HSV(B)31.91º18.43%100%-
XYZ81.7684.0971.6-
YUV236.73111.79141.03-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.64%
GREEN value IS 233 (91.41% from 255) = 33.48%
BLUE value IS 208 (81.64% from 255) = 29.89%
R=36.64%
G=33.48%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523320800.090.18031.9110090.78
HexFFE9D00912020645b
Octal37735132001122040144133
Binary1111111111101001110100000100110010010000011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE9D0; }

 p { color: rgb(255,233,208); }

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

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

 a { background-color: rgb(255,233,208); }

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

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

 span { border-color: rgb(255,233,208); }

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