Html Css Color HEX #EEDDCF Almond

📋 copy color: '#EEDDCF'

red 238 ◦ green 221 ◦ blue 207

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

Shades of Almond #EEDDCF

Tints of Almond #EEDDCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 31.08%

R = 35.74%
G = 33.18%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EEDDCF (or 0xEEDDCF) is known color: Almond. HEX triplet: EE, DD and CF. RGB value is (238,221,207). Sum of RGB (Red+Green+Blue) = 238+221+207=666 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.74% from 666); Green value is 221 (86.72% from 255 or 33.18% from 666); Blue value is 207 (81.25% from 255 or 31.08% from 666); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDDCF is #112230. Grayscale: #E0E0E0. Windows color (decimal): -1122865 or 13622766. OLE color: 13622766.

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

Color convert

RGB 238 221 207 -
CMYK 0 0.07 0.13 0.07
HSL 27.1º 0.48% 0.87% -
HSV(B) 27.1º 0.13% 0.93% -
XYZ 72.38 74.4 69.58 -
YUV 224.49 118.13 137.64 -
System Red Green Blue C M Y K H S L
Decimal 238 221 207 0 0.07 0.13 0.07 27.1 0.48 0.87
Hex EE DD CF 0 7 D 7 1B 30 57
Octal 356 335 317 0 7 15 7 33 60 127
Binary 11101110 11011101 11001111 0 111 1101 111 11011 110000 1010111

Color Harmonies of #EEDDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDDCF

Black with #EEDDCF

Text Example


Text Example

White with #EEDDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDDCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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