Html Css Color HEX #EDD8CE Pot Pourri

📋 copy color: '#EDD8CE'

red 237 ◦ green 216 ◦ blue 206

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

Shades of Pot Pourri #EDD8CE

Tints of Pot Pourri #EDD8CE

RGB

 RED value IS 237 (92.97% from 255) = 35.96%

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

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

R = 35.96%
G = 32.78%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EDD8CE (or 0xEDD8CE) is known color: Pot Pourri. HEX triplet: ED, D8 and CE. RGB value is (237,216,206). Sum of RGB (Red+Green+Blue) = 237+216+206=659 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.96% from 659); Green value is 216 (84.77% from 255 or 32.78% from 659); Blue value is 206 (80.86% from 255 or 31.26% from 659); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD8CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD8CE is #122731. Grayscale: #DDDDDD. Windows color (decimal): -1189682 or 13555949. OLE color: 13555949.

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

Color convert

RGB 237 216 206 -
CMYK 0 0.09 0.13 0.07
HSL 19.35º 0.46% 0.87% -
HSV(B) 19.35º 0.13% 0.93% -
XYZ 70.62 71.57 68.49 -
YUV 221.14 119.46 139.31 -
System Red Green Blue C M Y K H S L
Decimal 237 216 206 0 0.09 0.13 0.07 19.35 0.46 0.87
Hex ED D8 CE 0 9 D 7 13 2E 57
Octal 355 330 316 0 11 15 7 23 56 127
Binary 11101101 11011000 11001110 0 1001 1101 111 10011 101110 1010111

Color Harmonies of #EDD8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD8CE

Black with #EDD8CE

Text Example


Text Example

White with #EDD8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD8CE; }

 p { color: rgb(237,216,206); }

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

background-color css

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

 a { background-color: rgb(237,216,206); }

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

border-color css

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

 span { border-color: rgb(237,216,206); }

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