Html Css Color HEX #EFDECC Almond

📋 copy color: '#EFDECC'

red 239 ◦ green 222 ◦ blue 204

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

Shades of Almond #EFDECC

Tints of Almond #EFDECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 30.68%

R = 35.94%
G = 33.38%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EFDECC (or 0xEFDECC) is known color: Almond. HEX triplet: EF, DE and CC. RGB value is (239,222,204). Sum of RGB (Red+Green+Blue) = 239+222+204=665 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.94% from 665); Green value is 222 (87.11% from 255 or 33.38% from 665); Blue value is 204 (80.08% from 255 or 30.68% from 665); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDECC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDECC is #102133. Grayscale: #E1E1E1. Windows color (decimal): -1057076 or 13426415. OLE color: 13426415.

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

Color convert

RGB 239 222 204 -
CMYK 0 0.07 0.15 0.06
HSL 30.86º 0.52% 0.87% -
HSV(B) 30.86º 0.15% 0.94% -
XYZ 72.62 74.95 67.77 -
YUV 225.03 116.13 137.96 -
System Red Green Blue C M Y K H S L
Decimal 239 222 204 0 0.07 0.15 0.06 30.86 0.52 0.87
Hex EF DE CC 0 7 F 6 1F 34 57
Octal 357 336 314 0 7 17 6 37 64 127
Binary 11101111 11011110 11001100 0 111 1111 110 11111 110100 1010111

Color Harmonies of #EFDECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDECC

Black with #EFDECC

Text Example


Text Example

White with #EFDECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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