#FFE7CC

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

Shades of Blanched Almond #FFE7CC

Tints of Blanched Almond #FFE7CC

Color information

#FFE7CC (or 0xFFE7CC) is unknown color: approx Blanched Almond. HEX triplet: FF, E7 and CC. RGB value is (255,231,204). Sum of RGB (Red+Green+Blue) = 255+231+204=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 231 (90.62% from 255 or 33.48% from 690); Blue value is 204 (80.08% from 255 or 29.57% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE7CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE7CC is #001833. Grayscale: #EBEBEB. Windows color (decimal): -6196 or 13428735. OLE color: 13428735.

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

Color convert

RGB255231204-
CMYK00.090.20
HSL31.76º100%90%-
HSV(B)31.76º20%100%-
XYZ80.7182.7768.85-
YUV235.1110.45142.2-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.96%
GREEN value IS 231 (90.62% from 255) = 33.48%
BLUE value IS 204 (80.08% from 255) = 29.57%
R=36.96%
G=33.48%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.2
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523120400.090.2031.7610090
HexFFE7CC0914020645a
Octal37734731401124040144132
Binary1111111111100111110011000100110100010000011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE7CC; }

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

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

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

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

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

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

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

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