Html Css Color HEX #EFDDCB Almond

📋 copy color: '#EFDDCB'

red 239 ◦ green 221 ◦ blue 203

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

Shades of Almond #EFDDCB

Tints of Almond #EFDDCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 30.62%

R = 36.05%
G = 33.33%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EFDDCB (or 0xEFDDCB) is known color: Almond. HEX triplet: EF, DD and CB. RGB value is (239,221,203). Sum of RGB (Red+Green+Blue) = 239+221+203=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 221 (86.72% from 255 or 33.33% from 663); Blue value is 203 (79.69% from 255 or 30.62% from 663); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDCB is #102234. Grayscale: #E0E0E0. Windows color (decimal): -1057333 or 13360623. OLE color: 13360623.

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

Color convert

RGB 239 221 203 -
CMYK 0 0.08 0.15 0.06
HSL 30º 0.53% 0.87% -
HSV(B) 30º 0.15% 0.94% -
XYZ 72.23 74.38 67.05 -
YUV 224.33 115.96 138.46 -
System Red Green Blue C M Y K H S L
Decimal 239 221 203 0 0.08 0.15 0.06 30 0.53 0.87
Hex EF DD CB 0 8 F 6 1E 35 57
Octal 357 335 313 0 10 17 6 36 65 127
Binary 11101111 11011101 11001011 0 1000 1111 110 11110 110101 1010111

Color Harmonies of #EFDDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDDCB

Black with #EFDDCB

Text Example


Text Example

White with #EFDDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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