Html Css Color HEX #EEDBC3 Almond

📋 copy color: '#EEDBC3'

red 238 ◦ green 219 ◦ blue 195

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

Shades of Almond #EEDBC3

Tints of Almond #EEDBC3

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.59%

 BLUE value IS 195 (76.56% from 255) = 29.91%

R = 36.5%
G = 33.59%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EEDBC3 (or 0xEEDBC3) is known color: Almond. HEX triplet: EE, DB and C3. RGB value is (238,219,195). Sum of RGB (Red+Green+Blue) = 238+219+195=652 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.50% from 652); Green value is 219 (85.94% from 255 or 33.59% from 652); Blue value is 195 (76.56% from 255 or 29.91% from 652); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDBC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDBC3 is #11243C. Grayscale: #DEDEDE. Windows color (decimal): -1123389 or 12835822. OLE color: 12835822.

HSL color Cylindrical-coordinate representation of color #EEDBC3: hue angle of 33.49º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EEDBC3 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 219 195 -
CMYK 0 0.08 0.18 0.07
HSL 33.49º 0.56% 0.85% -
HSV(B) 33.49º 0.18% 0.93% -
XYZ 70.44 72.78 61.97 -
YUV 221.95 112.79 139.45 -
System Red Green Blue C M Y K H S L
Decimal 238 219 195 0 0.08 0.18 0.07 33.49 0.56 0.85
Hex EE DB C3 0 8 12 7 21 38 55
Octal 356 333 303 0 10 22 7 41 70 125
Binary 11101110 11011011 11000011 0 1000 10010 111 100001 111000 1010101

Color Harmonies of #EEDBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDBC3

Black with #EEDBC3

Text Example


Text Example

White with #EEDBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDBC3; }

 p { color: rgb(238,219,195); }

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

background-color css

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

 a { background-color: rgb(238,219,195); }

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

border-color css

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

 span { border-color: rgb(238,219,195); }

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