Html Css Color HEX #EFDDCD Almond

📋 copy color: '#EFDDCD'

red 239 ◦ green 221 ◦ blue 205

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

Shades of Almond #EFDDCD

Tints of Almond #EFDDCD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.23%

 BLUE value IS 205 (80.47% from 255) = 30.83%

R = 35.94%
G = 33.23%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EFDDCD (or 0xEFDDCD) is known color: Almond. HEX triplet: EF, DD and CD. RGB value is (239,221,205). Sum of RGB (Red+Green+Blue) = 239+221+205=665 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.94% from 665); Green value is 221 (86.72% from 255 or 33.23% from 665); Blue value is 205 (80.47% from 255 or 30.83% from 665); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDCD is #102232. Grayscale: #E0E0E0. Windows color (decimal): -1057331 or 13491695. OLE color: 13491695.

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

Color convert

RGB 239 221 205 -
CMYK 0 0.08 0.14 0.06
HSL 28.24º 0.52% 0.87% -
HSV(B) 28.24º 0.14% 0.94% -
XYZ 72.47 74.47 68.31 -
YUV 224.56 116.96 138.3 -
System Red Green Blue C M Y K H S L
Decimal 239 221 205 0 0.08 0.14 0.06 28.24 0.52 0.87
Hex EF DD CD 0 8 E 6 1C 34 57
Octal 357 335 315 0 10 16 6 34 64 127
Binary 11101111 11011101 11001101 0 1000 1110 110 11100 110100 1010111

Color Harmonies of #EFDDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDDCD

Black with #EFDDCD

Text Example


Text Example

White with #EFDDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDDCD; }

 p { color: rgb(239,221,205); }

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

background-color css

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

 a { background-color: rgb(239,221,205); }

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

border-color css

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

 span { border-color: rgb(239,221,205); }

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