Html Css Color HEX #EED6CD Pot Pourri

📋 copy color: '#EED6CD'

red 238 ◦ green 214 ◦ blue 205

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

Shades of Pot Pourri #EED6CD

Tints of Pot Pourri #EED6CD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 32.57%

 BLUE value IS 205 (80.47% from 255) = 31.2%

R = 36.23%
G = 32.57%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EED6CD (or 0xEED6CD) is known color: Pot Pourri. HEX triplet: EE, D6 and CD. RGB value is (238,214,205). Sum of RGB (Red+Green+Blue) = 238+214+205=657 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.23% from 657); Green value is 214 (83.98% from 255 or 32.57% from 657); Blue value is 205 (80.47% from 255 or 31.20% from 657); Max value from RGB is 238 - color contains mainly: red. Hex color #EED6CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED6CD is #112932. Grayscale: #DCDCDC. Windows color (decimal): -1124659 or 13489902. OLE color: 13489902.

HSL color Cylindrical-coordinate representation of color #EED6CD: hue angle of 16.36º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EED6CD is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 214 205 -
CMYK 0 0.10 0.14 0.07
HSL 16.36º 0.49% 0.87% -
HSV(B) 16.36º 0.14% 0.93% -
XYZ 70.33 70.68 67.69 -
YUV 220.15 119.45 140.73 -
System Red Green Blue C M Y K H S L
Decimal 238 214 205 0 0.10 0.14 0.07 16.36 0.49 0.87
Hex EE D6 CD 0 A E 7 10 31 57
Octal 356 326 315 0 12 16 7 20 61 127
Binary 11101110 11010110 11001101 0 1010 1110 111 10000 110001 1010111

Color Harmonies of #EED6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED6CD

Black with #EED6CD

Text Example


Text Example

White with #EED6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED6CD; }

 p { color: rgb(238,214,205); }

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

background-color css

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

 a { background-color: rgb(238,214,205); }

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

border-color css

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

 span { border-color: rgb(238,214,205); }

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