Html Css Color HEX #EEDDCC Almond

📋 copy color: '#EEDDCC'

red 238 ◦ green 221 ◦ blue 204

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

Shades of Almond #EEDDCC

Tints of Almond #EEDDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 30.77%

R = 35.9%
G = 33.33%
B = 30.77%

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

#EEDDCC (or 0xEEDDCC) is known color: Almond. HEX triplet: EE, DD and CC. RGB value is (238,221,204). Sum of RGB (Red+Green+Blue) = 238+221+204=663 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.90% from 663); Green value is 221 (86.72% from 255 or 33.33% from 663); Blue value is 204 (80.08% from 255 or 30.77% from 663); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDDCC is #112233. Grayscale: #E0E0E0. Windows color (decimal): -1122868 or 13426158. OLE color: 13426158.

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

Color convert

RGB 238 221 204 -
CMYK 0 0.07 0.14 0.07
HSL 30º 0.5% 0.87% -
HSV(B) 30º 0.14% 0.93% -
XYZ 72.02 74.25 67.66 -
YUV 224.15 116.63 137.88 -
System Red Green Blue C M Y K H S L
Decimal 238 221 204 0 0.07 0.14 0.07 30 0.5 0.87
Hex EE DD CC 0 7 E 7 1E 32 57
Octal 356 335 314 0 7 16 7 36 62 127
Binary 11101110 11011101 11001100 0 111 1110 111 11110 110010 1010111

Color Harmonies of #EEDDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDDCC

Black with #EEDDCC

Text Example


Text Example

White with #EEDDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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