Html Css Color HEX #EED4C2 Almond

📋 copy color: '#EED4C2'

red 238 ◦ green 212 ◦ blue 194

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

Shades of Almond #EED4C2

Tints of Almond #EED4C2

RGB

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

 GREEN value IS 212 (83.2% from 255) = 32.92%

 BLUE value IS 194 (76.17% from 255) = 30.12%

R = 36.96%
G = 32.92%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EED4C2 (or 0xEED4C2) is known color: Almond. HEX triplet: EE, D4 and C2. RGB value is (238,212,194). Sum of RGB (Red+Green+Blue) = 238+212+194=644 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.96% from 644); Green value is 212 (83.20% from 255 or 32.92% from 644); Blue value is 194 (76.17% from 255 or 30.12% from 644); Max value from RGB is 238 - color contains mainly: red. Hex color #EED4C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED4C2 is #112B3D. Grayscale: #D9D9D9. Windows color (decimal): -1125182 or 12768494. OLE color: 12768494.

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

Color convert

RGB 238 212 194 -
CMYK 0 0.11 0.18 0.07
HSL 24.55º 0.56% 0.85% -
HSV(B) 24.55º 0.18% 0.93% -
XYZ 68.54 69.16 60.78 -
YUV 217.72 114.61 142.46 -
System Red Green Blue C M Y K H S L
Decimal 238 212 194 0 0.11 0.18 0.07 24.55 0.56 0.85
Hex EE D4 C2 0 B 12 7 19 38 55
Octal 356 324 302 0 13 22 7 31 70 125
Binary 11101110 11010100 11000010 0 1011 10010 111 11001 111000 1010101

Color Harmonies of #EED4C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED4C2

Black with #EED4C2

Text Example


Text Example

White with #EED4C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED4C2; }

 p { color: rgb(238,212,194); }

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

background-color css

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

 a { background-color: rgb(238,212,194); }

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

border-color css

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

 span { border-color: rgb(238,212,194); }

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