Html Css Color HEX #EED6C5 Almond

📋 copy color: '#EED6C5'

red 238 ◦ green 214 ◦ blue 197

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

Shades of Almond #EED6C5

Tints of Almond #EED6C5

RGB

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

 GREEN value IS 214 (83.98% from 255) = 32.97%

 BLUE value IS 197 (77.34% from 255) = 30.35%

R = 36.67%
G = 32.97%
B = 30.35%

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

#EED6C5 (or 0xEED6C5) is known color: Almond. HEX triplet: EE, D6 and C5. RGB value is (238,214,197). Sum of RGB (Red+Green+Blue) = 238+214+197=649 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.67% from 649); Green value is 214 (83.98% from 255 or 32.97% from 649); Blue value is 197 (77.34% from 255 or 30.35% from 649); Max value from RGB is 238 - color contains mainly: red. Hex color #EED6C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED6C5 is #11293A. Grayscale: #DBDBDB. Windows color (decimal): -1124667 or 12965614. OLE color: 12965614.

HSL color Cylindrical-coordinate representation of color #EED6C5: hue angle of 24.88º degrees, saturation: 0.55, 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 #EED6C5 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 214 197 -
CMYK 0 0.10 0.17 0.07
HSL 24.88º 0.55% 0.85% -
HSV(B) 24.88º 0.17% 0.93% -
XYZ 69.38 70.3 62.74 -
YUV 219.24 115.45 141.38 -
System Red Green Blue C M Y K H S L
Decimal 238 214 197 0 0.10 0.17 0.07 24.88 0.55 0.85
Hex EE D6 C5 0 A 11 7 19 37 55
Octal 356 326 305 0 12 21 7 31 67 125
Binary 11101110 11010110 11000101 0 1010 10001 111 11001 110111 1010101

Color Harmonies of #EED6C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED6C5

Black with #EED6C5

Text Example


Text Example

White with #EED6C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED6C5; }

 p { color: rgb(238,214,197); }

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

background-color css

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

 a { background-color: rgb(238,214,197); }

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

border-color css

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

 span { border-color: rgb(238,214,197); }

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