#FFEDCC

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

Shades of Blanched Almond #FFEDCC

Tints of Blanched Almond #FFEDCC

Color information

#FFEDCC (or 0xFFEDCC) is unknown color: approx Blanched Almond. HEX triplet: FF, ED and CC. RGB value is (255,237,204). Sum of RGB (Red+Green+Blue) = 255+237+204=696 (92% of max value = 765). Red value is 255 (100% from 255 or 36.64% from 696); Green value is 237 (92.97% from 255 or 34.05% from 696); Blue value is 204 (80.08% from 255 or 29.31% from 696); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEDCC is #001233. Grayscale: #EEEEEE. Windows color (decimal): -4660 or 13430271. OLE color: 13430271.

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

Color convert

RGB255237204-
CMYK00.070.20
HSL38.82º100%90%-
HSV(B)38.82º20%100%-
XYZ82.4286.1969.42-
YUV238.62108.46139.68-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.64%
GREEN value IS 237 (92.97% from 255) = 34.05%
BLUE value IS 204 (80.08% from 255) = 29.31%
R=36.64%
G=34.05%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.2
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523720400.070.2038.8210090
HexFFEDCC0714027645a
Octal3773553140724047144132
Binary111111111110110111001100011110100010011111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEDCC; }

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

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

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

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

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

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

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

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