Html Css Color HEX #EEDCC5 Almond

📋 copy color: '#EEDCC5'

red 238 ◦ green 220 ◦ blue 197

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

Shades of Almond #EEDCC5

Tints of Almond #EEDCC5

RGB

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

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

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

R = 36.34%
G = 33.59%
B = 30.08%

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

#EEDCC5 (or 0xEEDCC5) is known color: Almond. HEX triplet: EE, DC and C5. RGB value is (238,220,197). Sum of RGB (Red+Green+Blue) = 238+220+197=655 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.34% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 197 (77.34% from 255 or 30.08% from 655); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCC5 is #11233A. Grayscale: #DEDEDE. Windows color (decimal): -1123131 or 12967150. OLE color: 12967150.

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

Color convert

RGB 238 220 197 -
CMYK 0 0.08 0.17 0.07
HSL 33.66º 0.55% 0.85% -
HSV(B) 33.66º 0.17% 0.93% -
XYZ 70.93 73.39 63.25 -
YUV 222.76 113.46 138.87 -
System Red Green Blue C M Y K H S L
Decimal 238 220 197 0 0.08 0.17 0.07 33.66 0.55 0.85
Hex EE DC C5 0 8 11 7 22 37 55
Octal 356 334 305 0 10 21 7 42 67 125
Binary 11101110 11011100 11000101 0 1000 10001 111 100010 110111 1010101

Color Harmonies of #EEDCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDCC5

Black with #EEDCC5

Text Example


Text Example

White with #EEDCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDCC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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