Html Css Color HEX #EEDCC6 Almond

📋 copy color: '#EEDCC6'

red 238 ◦ green 220 ◦ blue 198

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

Shades of Almond #EEDCC6

Tints of Almond #EEDCC6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.54%

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

R = 36.28%
G = 33.54%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EEDCC6 (or 0xEEDCC6) is known color: Almond. HEX triplet: EE, DC and C6. RGB value is (238,220,198). Sum of RGB (Red+Green+Blue) = 238+220+198=656 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.28% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 198 (77.73% from 255 or 30.18% from 656); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCC6 is #112339. Grayscale: #DEDEDE. Windows color (decimal): -1123130 or 13032686. OLE color: 13032686.

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

Color convert

RGB 238 220 198 -
CMYK 0 0.08 0.17 0.07
HSL 33º 0.54% 0.85% -
HSV(B) 33º 0.17% 0.93% -
XYZ 71.05 73.44 63.86 -
YUV 222.87 113.96 138.79 -
System Red Green Blue C M Y K H S L
Decimal 238 220 198 0 0.08 0.17 0.07 33 0.54 0.85
Hex EE DC C6 0 8 11 7 21 36 55
Octal 356 334 306 0 10 21 7 41 66 125
Binary 11101110 11011100 11000110 0 1000 10001 111 100001 110110 1010101

Color Harmonies of #EEDCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDCC6

Black with #EEDCC6

Text Example


Text Example

White with #EEDCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDCC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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