Html Css Color HEX #EED7C3 Almond

📋 copy color: '#EED7C3'

red 238 ◦ green 215 ◦ blue 195

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

Shades of Almond #EED7C3

Tints of Almond #EED7C3

RGB

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

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

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

R = 36.73%
G = 33.18%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EED7C3 (or 0xEED7C3) is known color: Almond. HEX triplet: EE, D7 and C3. RGB value is (238,215,195). Sum of RGB (Red+Green+Blue) = 238+215+195=648 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.73% from 648); Green value is 215 (84.38% from 255 or 33.18% from 648); Blue value is 195 (76.56% from 255 or 30.09% from 648); Max value from RGB is 238 - color contains mainly: red. Hex color #EED7C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED7C3 is #11283C. Grayscale: #DBDBDB. Windows color (decimal): -1124413 or 12834798. OLE color: 12834798.

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

Color convert

RGB 238 215 195 -
CMYK 0 0.10 0.18 0.07
HSL 27.91º 0.56% 0.85% -
HSV(B) 27.91º 0.18% 0.93% -
XYZ 69.41 70.72 61.62 -
YUV 219.6 114.12 141.13 -
System Red Green Blue C M Y K H S L
Decimal 238 215 195 0 0.10 0.18 0.07 27.91 0.56 0.85
Hex EE D7 C3 0 A 12 7 1C 38 55
Octal 356 327 303 0 12 22 7 34 70 125
Binary 11101110 11010111 11000011 0 1010 10010 111 11100 111000 1010101

Color Harmonies of #EED7C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED7C3

Black with #EED7C3

Text Example


Text Example

White with #EED7C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED7C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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