Html Css Color HEX #EFDECE Almond

📋 copy color: '#EFDECE'

red 239 ◦ green 222 ◦ blue 206

#EFDECE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Almond #EFDECE

Tints of Almond #EFDECE

RGB

 RED value IS 239 (93.75% from 255) = 35.83%

 GREEN value IS 222 (87.11% from 255) = 33.28%

 BLUE value IS 206 (80.86% from 255) = 30.88%

R = 35.83%
G = 33.28%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EFDECE (or 0xEFDECE) is known color: Almond. HEX triplet: EF, DE and CE. RGB value is (239,222,206). Sum of RGB (Red+Green+Blue) = 239+222+206=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 222 (87.11% from 255 or 33.28% from 667); Blue value is 206 (80.86% from 255 or 30.88% from 667); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDECE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDECE is #102131. Grayscale: #E1E1E1. Windows color (decimal): -1057074 or 13557487. OLE color: 13557487.

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

Color convert

RGB 239 222 206 -
CMYK 0 0.07 0.14 0.06
HSL 29.09º 0.51% 0.87% -
HSV(B) 29.09º 0.14% 0.94% -
XYZ 72.86 75.05 69.04 -
YUV 225.26 117.13 137.8 -
System Red Green Blue C M Y K H S L
Decimal 239 222 206 0 0.07 0.14 0.06 29.09 0.51 0.87
Hex EF DE CE 0 7 E 6 1D 33 57
Octal 357 336 316 0 7 16 6 35 63 127
Binary 11101111 11011110 11001110 0 111 1110 110 11101 110011 1010111

Color Harmonies of #EFDECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDECE

Black with #EFDECE

Text Example


Text Example

White with #EFDECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDECE; }

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

 H1.HeaderClassName
 {
   color: #EFDECE;
 }
 .AnyTagClassName
 {
   color: #EFDECE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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