Html Css Color HEX #EEDDCD Almond

📋 copy color: '#EEDDCD'

red 238 ◦ green 221 ◦ blue 205

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

Shades of Almond #EEDDCD

Tints of Almond #EEDDCD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.28%

 BLUE value IS 205 (80.47% from 255) = 30.87%

R = 35.84%
G = 33.28%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EEDDCD (or 0xEEDDCD) is known color: Almond. HEX triplet: EE, DD and CD. RGB value is (238,221,205). Sum of RGB (Red+Green+Blue) = 238+221+205=664 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.84% from 664); Green value is 221 (86.72% from 255 or 33.28% from 664); Blue value is 205 (80.47% from 255 or 30.87% from 664); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDDCD is #112232. Grayscale: #E0E0E0. Windows color (decimal): -1122867 or 13491694. OLE color: 13491694.

HSL color Cylindrical-coordinate representation of color #EEDDCD: hue angle of 29.09º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EEDDCD is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 221 205 -
CMYK 0 0.07 0.14 0.07
HSL 29.09º 0.49% 0.87% -
HSV(B) 29.09º 0.14% 0.93% -
XYZ 72.14 74.3 68.3 -
YUV 224.26 117.13 137.8 -
System Red Green Blue C M Y K H S L
Decimal 238 221 205 0 0.07 0.14 0.07 29.09 0.49 0.87
Hex EE DD CD 0 7 E 7 1D 31 57
Octal 356 335 315 0 7 16 7 35 61 127
Binary 11101110 11011101 11001101 0 111 1110 111 11101 110001 1010111

Color Harmonies of #EEDDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDDCD

Black with #EEDDCD

Text Example


Text Example

White with #EEDDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDDCD; }

 p { color: rgb(238,221,205); }

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

background-color css

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

 a { background-color: rgb(238,221,205); }

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

border-color css

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

 span { border-color: rgb(238,221,205); }

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