Html Css Color HEX #EEDECD Almond

📋 copy color: '#EEDECD'

red 238 ◦ green 222 ◦ blue 205

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

Shades of Almond #EEDECD

Tints of Almond #EEDECD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 33.38%

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

R = 35.79%
G = 33.38%
B = 30.83%

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

#EEDECD (or 0xEEDECD) is known color: Almond. HEX triplet: EE, DE and CD. RGB value is (238,222,205). Sum of RGB (Red+Green+Blue) = 238+222+205=665 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.79% from 665); Green value is 222 (87.11% from 255 or 33.38% from 665); Blue value is 205 (80.47% from 255 or 30.83% from 665); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDECD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDECD is #112132. Grayscale: #E0E0E0. Windows color (decimal): -1122611 or 13491950. OLE color: 13491950.

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

Color convert

RGB 238 222 205 -
CMYK 0 0.07 0.14 0.07
HSL 30.91º 0.49% 0.87% -
HSV(B) 30.91º 0.14% 0.93% -
XYZ 72.4 74.83 68.38 -
YUV 224.85 116.8 137.38 -
System Red Green Blue C M Y K H S L
Decimal 238 222 205 0 0.07 0.14 0.07 30.91 0.49 0.87
Hex EE DE CD 0 7 E 7 1F 31 57
Octal 356 336 315 0 7 16 7 37 61 127
Binary 11101110 11011110 11001101 0 111 1110 111 11111 110001 1010111

Color Harmonies of #EEDECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDECD

Black with #EEDECD

Text Example


Text Example

White with #EEDECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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