Html Css Color HEX #EEDAD5 Ebb

📋 copy color: '#EEDAD5'

red 238 ◦ green 218 ◦ blue 213

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

Shades of Ebb #EEDAD5

Tints of Ebb #EEDAD5

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.59%

 BLUE value IS 213 (83.59% from 255) = 31.84%

R = 35.58%
G = 32.59%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EEDAD5 (or 0xEEDAD5) is known color: Ebb. HEX triplet: EE, DA and D5. RGB value is (238,218,213). Sum of RGB (Red+Green+Blue) = 238+218+213=669 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.58% from 669); Green value is 218 (85.55% from 255 or 32.59% from 669); Blue value is 213 (83.59% from 255 or 31.84% from 669); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDAD5 is #11252A. Grayscale: #DFDFDF. Windows color (decimal): -1123627 or 14015214. OLE color: 14015214.

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

Color convert

RGB 238 218 213 -
CMYK 0 0.08 0.11 0.07
HSL 12º 0.42% 0.88% -
HSV(B) 12º 0.11% 0.93% -
XYZ 72.34 73.12 73.25 -
YUV 223.41 122.13 138.41 -
System Red Green Blue C M Y K H S L
Decimal 238 218 213 0 0.08 0.11 0.07 12 0.42 0.88
Hex EE DA D5 0 8 B 7 C 2A 58
Octal 356 332 325 0 10 13 7 14 52 130
Binary 11101110 11011010 11010101 0 1000 1011 111 1100 101010 1011000

Color Harmonies of #EEDAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDAD5

Black with #EEDAD5

Text Example


Text Example

White with #EEDAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDAD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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