Html Css Color HEX #EEDAD0 Pot Pourri

📋 copy color: '#EEDAD0'

red 238 ◦ green 218 ◦ blue 208

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

Shades of Pot Pourri #EEDAD0

Tints of Pot Pourri #EEDAD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 31.33%

R = 35.84%
G = 32.83%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EEDAD0 (or 0xEEDAD0) is known color: Pot Pourri. HEX triplet: EE, DA and D0. RGB value is (238,218,208). Sum of RGB (Red+Green+Blue) = 238+218+208=664 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.84% from 664); Green value is 218 (85.55% from 255 or 32.83% from 664); Blue value is 208 (81.64% from 255 or 31.33% from 664); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDAD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDAD0 is #11252F. Grayscale: #DEDEDE. Windows color (decimal): -1123632 or 13687534. OLE color: 13687534.

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

Color convert

RGB 238 218 208 -
CMYK 0 0.08 0.13 0.07
HSL 20º 0.47% 0.87% -
HSV(B) 20º 0.13% 0.93% -
XYZ 71.72 72.87 69.96 -
YUV 222.84 119.63 138.81 -
System Red Green Blue C M Y K H S L
Decimal 238 218 208 0 0.08 0.13 0.07 20 0.47 0.87
Hex EE DA D0 0 8 D 7 14 2F 57
Octal 356 332 320 0 10 15 7 24 57 127
Binary 11101110 11011010 11010000 0 1000 1101 111 10100 101111 1010111

Color Harmonies of #EEDAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDAD0

Black with #EEDAD0

Text Example


Text Example

White with #EEDAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDAD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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