Html Css Color HEX #EED7C6 Almond

📋 copy color: '#EED7C6'

red 238 ◦ green 215 ◦ blue 198

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

Shades of Almond #EED7C6

Tints of Almond #EED7C6

RGB

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

 GREEN value IS 215 (84.38% from 255) = 33.03%

 BLUE value IS 198 (77.73% from 255) = 30.41%

R = 36.56%
G = 33.03%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EED7C6 (or 0xEED7C6) is known color: Almond. HEX triplet: EE, D7 and C6. RGB value is (238,215,198). Sum of RGB (Red+Green+Blue) = 238+215+198=651 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.56% from 651); Green value is 215 (84.38% from 255 or 33.03% from 651); Blue value is 198 (77.73% from 255 or 30.41% from 651); Max value from RGB is 238 - color contains mainly: red. Hex color #EED7C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED7C6 is #112839. Grayscale: #DCDCDC. Windows color (decimal): -1124410 or 13031406. OLE color: 13031406.

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

Color convert

RGB 238 215 198 -
CMYK 0 0.10 0.17 0.07
HSL 25.5º 0.54% 0.85% -
HSV(B) 25.5º 0.17% 0.93% -
XYZ 69.75 70.86 63.43 -
YUV 219.94 115.62 140.88 -
System Red Green Blue C M Y K H S L
Decimal 238 215 198 0 0.10 0.17 0.07 25.5 0.54 0.85
Hex EE D7 C6 0 A 11 7 1A 36 55
Octal 356 327 306 0 12 21 7 32 66 125
Binary 11101110 11010111 11000110 0 1010 10001 111 11010 110110 1010101

Color Harmonies of #EED7C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED7C6

Black with #EED7C6

Text Example


Text Example

White with #EED7C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED7C6; }

 p { color: rgb(238,215,198); }

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

background-color css

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

 a { background-color: rgb(238,215,198); }

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

border-color css

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

 span { border-color: rgb(238,215,198); }

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