#FFEDCE

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

Shades of Blanched Almond #FFEDCE

Tints of Blanched Almond #FFEDCE

Color information

#FFEDCE (or 0xFFEDCE) is unknown color: approx Blanched Almond. HEX triplet: FF, ED and CE. RGB value is (255,237,206). Sum of RGB (Red+Green+Blue) = 255+237+206=698 (92% of max value = 765). Red value is 255 (100% from 255 or 36.53% from 698); Green value is 237 (92.97% from 255 or 33.95% from 698); Blue value is 206 (80.86% from 255 or 29.51% from 698); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEDCE is #001231. Grayscale: #EEEEEE. Windows color (decimal): -4658 or 13561343. OLE color: 13561343.

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

Color convert

RGB255237206-
CMYK00.070.190
HSL37.96º100%90.39%-
HSV(B)37.96º19.22%100%-
XYZ82.6686.2870.69-
YUV238.85109.46139.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.53%
GREEN value IS 237 (92.97% from 255) = 33.95%
BLUE value IS 206 (80.86% from 255) = 29.51%
R=36.53%
G=33.95%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523720600.070.19037.9610090.39
HexFFEDCE0713026645a
Octal3773553160723046144132
Binary111111111110110111001110011110011010011011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEDCE; }

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

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

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

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

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

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

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

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