Html Css Color HEX #EEDCCB Almond

📋 copy color: '#EEDCCB'

red 238 ◦ green 220 ◦ blue 203

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

Shades of Almond #EEDCCB

Tints of Almond #EEDCCB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.28%

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

R = 36.01%
G = 33.28%
B = 30.71%

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

#EEDCCB (or 0xEEDCCB) is known color: Almond. HEX triplet: EE, DC and CB. RGB value is (238,220,203). Sum of RGB (Red+Green+Blue) = 238+220+203=661 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.01% from 661); Green value is 220 (86.33% from 255 or 33.28% from 661); Blue value is 203 (79.69% from 255 or 30.71% from 661); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCCB is #112334. Grayscale: #DFDFDF. Windows color (decimal): -1123125 or 13360366. OLE color: 13360366.

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

Color convert

RGB 238 220 203 -
CMYK 0 0.08 0.15 0.07
HSL 29.14º 0.51% 0.86% -
HSV(B) 29.14º 0.15% 0.93% -
XYZ 71.63 73.68 66.95 -
YUV 223.44 116.46 138.38 -
System Red Green Blue C M Y K H S L
Decimal 238 220 203 0 0.08 0.15 0.07 29.14 0.51 0.86
Hex EE DC CB 0 8 F 7 1D 33 56
Octal 356 334 313 0 10 17 7 35 63 126
Binary 11101110 11011100 11001011 0 1000 1111 111 11101 110011 1010110

Color Harmonies of #EEDCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDCCB

Black with #EEDCCB

Text Example


Text Example

White with #EEDCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDCCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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