Html Css Color HEX #EEDBCB Almond

📋 copy color: '#EEDBCB'

red 238 ◦ green 219 ◦ blue 203

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

Shades of Almond #EEDBCB

Tints of Almond #EEDBCB

RGB

 RED value IS 238 (93.36% from 255) = 36.06%

 GREEN value IS 219 (85.94% from 255) = 33.18%

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

R = 36.06%
G = 33.18%
B = 30.76%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EEDBCB (or 0xEEDBCB) is known color: Almond. HEX triplet: EE, DB and CB. RGB value is (238,219,203). Sum of RGB (Red+Green+Blue) = 238+219+203=660 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.06% from 660); Green value is 219 (85.94% from 255 or 33.18% from 660); Blue value is 203 (79.69% from 255 or 30.76% from 660); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDBCB is #112434. Grayscale: #DEDEDE. Windows color (decimal): -1123381 or 13360110. OLE color: 13360110.

HSL color Cylindrical-coordinate representation of color #EEDBCB: hue angle of 27.43º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EEDBCB is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 219 203 -
CMYK 0 0.08 0.15 0.07
HSL 27.43º 0.51% 0.86% -
HSV(B) 27.43º 0.15% 0.93% -
XYZ 71.37 73.15 66.86 -
YUV 222.86 116.79 138.8 -
System Red Green Blue C M Y K H S L
Decimal 238 219 203 0 0.08 0.15 0.07 27.43 0.51 0.86
Hex EE DB CB 0 8 F 7 1B 33 56
Octal 356 333 313 0 10 17 7 33 63 126
Binary 11101110 11011011 11001011 0 1000 1111 111 11011 110011 1010110

Color Harmonies of #EEDBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDBCB

Black with #EEDBCB

Text Example


Text Example

White with #EEDBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDBCB; }

 p { color: rgb(238,219,203); }

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

background-color css

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

 a { background-color: rgb(238,219,203); }

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

border-color css

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

 span { border-color: rgb(238,219,203); }

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