#FFEDCD

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

Shades of Blanched Almond #FFEDCD

Tints of Blanched Almond #FFEDCD

Color information

#FFEDCD (or 0xFFEDCD) is unknown color: approx Blanched Almond. HEX triplet: FF, ED and CD. RGB value is (255,237,205). Sum of RGB (Red+Green+Blue) = 255+237+205=697 (92% of max value = 765). Red value is 255 (100% from 255 or 36.59% from 697); Green value is 237 (92.97% from 255 or 34.00% from 697); Blue value is 205 (80.47% from 255 or 29.41% from 697); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEDCD is #001232. Grayscale: #EEEEEE. Windows color (decimal): -4659 or 13495807. OLE color: 13495807.

HSL color Cylindrical-coordinate representation of color #FFEDCD: hue angle of 38.4º 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 #FFEDCD is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB255237205-
CMYK00.070.200
HSL38.4º100%90.2%-
HSV(B)38.4º19.61%100%-
XYZ82.5486.2470.05-
YUV238.73108.96139.6-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.59%
GREEN value IS 237 (92.97% from 255) = 34.00%
BLUE value IS 205 (80.47% from 255) = 29.41%
R=36.59%
G=34.00%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523720500.070.20038.410090.2
HexFFEDCD0714026645a
Octal3773553150724046144132
Binary111111111110110111001101011110100010011011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEDCD; }

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

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

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

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

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

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

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

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