Html Css Color HEX #EED8D3 Ebb

📋 copy color: '#EED8D3'

red 238 ◦ green 216 ◦ blue 211

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

Shades of Ebb #EED8D3

Tints of Ebb #EED8D3

RGB

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

 GREEN value IS 216 (84.77% from 255) = 32.48%

 BLUE value IS 211 (82.81% from 255) = 31.73%

R = 35.79%
G = 32.48%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EED8D3 (or 0xEED8D3) is known color: Ebb. HEX triplet: EE, D8 and D3. RGB value is (238,216,211). Sum of RGB (Red+Green+Blue) = 238+216+211=665 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.79% from 665); Green value is 216 (84.77% from 255 or 32.48% from 665); Blue value is 211 (82.81% from 255 or 31.73% from 665); Max value from RGB is 238 - color contains mainly: red. Hex color #EED8D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED8D3 is #11272C. Grayscale: #DEDEDE. Windows color (decimal): -1124141 or 13883630. OLE color: 13883630.

HSL color Cylindrical-coordinate representation of color #EED8D3: hue angle of 11.11º degrees, saturation: 0.44, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EED8D3 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 216 211 -
CMYK 0 0.09 0.11 0.07
HSL 11.11º 0.44% 0.88% -
HSV(B) 11.11º 0.11% 0.93% -
XYZ 71.57 71.99 71.75 -
YUV 222.01 121.79 139.41 -
System Red Green Blue C M Y K H S L
Decimal 238 216 211 0 0.09 0.11 0.07 11.11 0.44 0.88
Hex EE D8 D3 0 9 B 7 B 2C 58
Octal 356 330 323 0 11 13 7 13 54 130
Binary 11101110 11011000 11010011 0 1001 1011 111 1011 101100 1011000

Color Harmonies of #EED8D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED8D3

Black with #EED8D3

Text Example


Text Example

White with #EED8D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED8D3; }

 p { color: rgb(238,216,211); }

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

background-color css

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

 a { background-color: rgb(238,216,211); }

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

border-color css

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

 span { border-color: rgb(238,216,211); }

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