Html Css Color HEX #EED8C3 Almond

📋 copy color: '#EED8C3'

red 238 ◦ green 216 ◦ blue 195

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

Shades of Almond #EED8C3

Tints of Almond #EED8C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 30.05%

R = 36.67%
G = 33.28%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EED8C3 (or 0xEED8C3) is known color: Almond. HEX triplet: EE, D8 and C3. RGB value is (238,216,195). Sum of RGB (Red+Green+Blue) = 238+216+195=649 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.67% from 649); Green value is 216 (84.77% from 255 or 33.28% from 649); Blue value is 195 (76.56% from 255 or 30.05% from 649); Max value from RGB is 238 - color contains mainly: red. Hex color #EED8C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED8C3 is #11273C. Grayscale: #DCDCDC. Windows color (decimal): -1124157 or 12835054. OLE color: 12835054.

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

Color convert

RGB 238 216 195 -
CMYK 0 0.09 0.18 0.07
HSL 29.3º 0.56% 0.85% -
HSV(B) 29.3º 0.18% 0.93% -
XYZ 69.67 71.23 61.71 -
YUV 220.18 113.79 140.71 -
System Red Green Blue C M Y K H S L
Decimal 238 216 195 0 0.09 0.18 0.07 29.3 0.56 0.85
Hex EE D8 C3 0 9 12 7 1D 38 55
Octal 356 330 303 0 11 22 7 35 70 125
Binary 11101110 11011000 11000011 0 1001 10010 111 11101 111000 1010101

Color Harmonies of #EED8C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED8C3

Black with #EED8C3

Text Example


Text Example

White with #EED8C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED8C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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