#EFDFCE

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

Shades of Almond #EFDFCE

Tints of Almond #EFDFCE

Color information

#EFDFCE (or 0xEFDFCE) is unknown color: approx Almond. HEX triplet: EF, DF and CE. RGB value is (239,223,206). Sum of RGB (Red+Green+Blue) = 239+223+206=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 223 (87.5% from 255 or 33.38% from 668); Blue value is 206 (80.86% from 255 or 30.84% from 668); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFCE is #102031. Grayscale: #E1E1E1. Windows color (decimal): -1056818 or 13557743. OLE color: 13557743.

HSL color Cylindrical-coordinate representation of color #EFDFCE: hue angle of 30.91º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFDFCE is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB239223206-
CMYK00.070.140.06
HSL30.91º50.77%87.25%-
HSV(B)30.91º13.81%93.73%-
XYZ73.1275.5869.13-
YUV225.85116.8137.38-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.78%
GREEN value IS 223 (87.5% from 255) = 33.38%
BLUE value IS 206 (80.86% from 255) = 30.84%
R=35.78%
G=33.38%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922320600.070.140.0630.9150.7787.25
HexEFDFCE07E61f3357
Octal357337316071663763127
Binary11101111110111111100111001111110110111111100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDFCE; }

 p { color: rgb(239,223,206); }

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

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

 a { background-color: rgb(239,223,206); }

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

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

 span { border-color: rgb(239,223,206); }

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