Html Css Color HEX #EED8C1 Almond

📋 copy color: '#EED8C1'

red 238 ◦ green 216 ◦ blue 193

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

Shades of Almond #EED8C1

Tints of Almond #EED8C1

RGB

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

 GREEN value IS 216 (84.77% from 255) = 33.38%

 BLUE value IS 193 (75.78% from 255) = 29.83%

R = 36.79%
G = 33.38%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EED8C1 (or 0xEED8C1) is known color: Almond. HEX triplet: EE, D8 and C1. RGB value is (238,216,193). Sum of RGB (Red+Green+Blue) = 238+216+193=647 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.79% from 647); Green value is 216 (84.77% from 255 or 33.38% from 647); Blue value is 193 (75.78% from 255 or 29.83% from 647); Max value from RGB is 238 - color contains mainly: red. Hex color #EED8C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED8C1 is #11273E. Grayscale: #DCDCDC. Windows color (decimal): -1124159 or 12703982. OLE color: 12703982.

HSL color Cylindrical-coordinate representation of color #EED8C1: hue angle of 30.67º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EED8C1 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 216 193 -
CMYK 0 0.09 0.19 0.07
HSL 30.67º 0.57% 0.85% -
HSV(B) 30.67º 0.19% 0.93% -
XYZ 69.44 71.14 60.52 -
YUV 219.96 112.79 140.87 -
System Red Green Blue C M Y K H S L
Decimal 238 216 193 0 0.09 0.19 0.07 30.67 0.57 0.85
Hex EE D8 C1 0 9 13 7 1F 39 55
Octal 356 330 301 0 11 23 7 37 71 125
Binary 11101110 11011000 11000001 0 1001 10011 111 11111 111001 1010101

Color Harmonies of #EED8C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED8C1

Black with #EED8C1

Text Example


Text Example

White with #EED8C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED8C1; }

 p { color: rgb(238,216,193); }

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

background-color css

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

 a { background-color: rgb(238,216,193); }

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

border-color css

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

 span { border-color: rgb(238,216,193); }

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