Html Css Color HEX #EED5CE Ebb

📋 copy color: '#EED5CE'

red 238 ◦ green 213 ◦ blue 206

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

Shades of Ebb #EED5CE

Tints of Ebb #EED5CE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 32.42%

 BLUE value IS 206 (80.86% from 255) = 31.35%

R = 36.23%
G = 32.42%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EED5CE (or 0xEED5CE) is known color: Ebb. HEX triplet: EE, D5 and CE. RGB value is (238,213,206). Sum of RGB (Red+Green+Blue) = 238+213+206=657 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.23% from 657); Green value is 213 (83.59% from 255 or 32.42% from 657); Blue value is 206 (80.86% from 255 or 31.35% from 657); Max value from RGB is 238 - color contains mainly: red. Hex color #EED5CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED5CE is #112A31. Grayscale: #DBDBDB. Windows color (decimal): -1124914 or 13555182. OLE color: 13555182.

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

Color convert

RGB 238 213 206 -
CMYK 0 0.11 0.13 0.07
HSL 13.13º 0.48% 0.87% -
HSV(B) 13.13º 0.13% 0.93% -
XYZ 70.19 70.22 68.25 -
YUV 219.68 120.28 141.07 -
System Red Green Blue C M Y K H S L
Decimal 238 213 206 0 0.11 0.13 0.07 13.13 0.48 0.87
Hex EE D5 CE 0 B D 7 D 30 57
Octal 356 325 316 0 13 15 7 15 60 127
Binary 11101110 11010101 11001110 0 1011 1101 111 1101 110000 1010111

Color Harmonies of #EED5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED5CE

Black with #EED5CE

Text Example


Text Example

White with #EED5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED5CE; }

 p { color: rgb(238,213,206); }

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

background-color css

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

 a { background-color: rgb(238,213,206); }

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

border-color css

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

 span { border-color: rgb(238,213,206); }

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