Html Css Color HEX #EEDAC8 Almond

📋 copy color: '#EEDAC8'

red 238 ◦ green 218 ◦ blue 200

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

Shades of Almond #EEDAC8

Tints of Almond #EEDAC8

RGB

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

 GREEN value IS 218 (85.55% from 255) = 33.23%

 BLUE value IS 200 (78.52% from 255) = 30.49%

R = 36.28%
G = 33.23%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EEDAC8 (or 0xEEDAC8) is known color: Almond. HEX triplet: EE, DA and C8. RGB value is (238,218,200). Sum of RGB (Red+Green+Blue) = 238+218+200=656 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.28% from 656); Green value is 218 (85.55% from 255 or 33.23% from 656); Blue value is 200 (78.52% from 255 or 30.49% from 656); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDAC8 is #112537. Grayscale: #DEDEDE. Windows color (decimal): -1123640 or 13163246. OLE color: 13163246.

HSL color Cylindrical-coordinate representation of color #EEDAC8: hue angle of 28.42º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EEDAC8 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 218 200 -
CMYK 0 0.08 0.16 0.07
HSL 28.42º 0.53% 0.86% -
HSV(B) 28.42º 0.16% 0.93% -
XYZ 70.76 72.49 64.91 -
YUV 221.93 115.63 139.46 -
System Red Green Blue C M Y K H S L
Decimal 238 218 200 0 0.08 0.16 0.07 28.42 0.53 0.86
Hex EE DA C8 0 8 10 7 1C 35 56
Octal 356 332 310 0 10 20 7 34 65 126
Binary 11101110 11011010 11001000 0 1000 10000 111 11100 110101 1010110

Color Harmonies of #EEDAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDAC8

Black with #EEDAC8

Text Example


Text Example

White with #EEDAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDAC8; }

 p { color: rgb(238,218,200); }

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

background-color css

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

 a { background-color: rgb(238,218,200); }

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

border-color css

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

 span { border-color: rgb(238,218,200); }

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