Html Css Color HEX #EDD7CF Pot Pourri

📋 copy color: '#EDD7CF'

red 237 ◦ green 215 ◦ blue 207

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

Shades of Pot Pourri #EDD7CF

Tints of Pot Pourri #EDD7CF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 32.63%

 BLUE value IS 207 (81.25% from 255) = 31.41%

R = 35.96%
G = 32.63%
B = 31.41%

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

#EDD7CF (or 0xEDD7CF) is known color: Pot Pourri. HEX triplet: ED, D7 and CF. RGB value is (237,215,207). Sum of RGB (Red+Green+Blue) = 237+215+207=659 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.96% from 659); Green value is 215 (84.38% from 255 or 32.63% from 659); Blue value is 207 (81.25% from 255 or 31.41% from 659); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD7CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD7CF is #122830. Grayscale: #DCDCDC. Windows color (decimal): -1189937 or 13621229. OLE color: 13621229.

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

Color convert

RGB 237 215 207 -
CMYK 0 0.09 0.13 0.07
HSL 16º 0.45% 0.87% -
HSV(B) 16º 0.13% 0.93% -
XYZ 70.49 71.11 69.04 -
YUV 220.67 120.29 139.65 -
System Red Green Blue C M Y K H S L
Decimal 237 215 207 0 0.09 0.13 0.07 16 0.45 0.87
Hex ED D7 CF 0 9 D 7 10 2D 57
Octal 355 327 317 0 11 15 7 20 55 127
Binary 11101101 11010111 11001111 0 1001 1101 111 10000 101101 1010111

Color Harmonies of #EDD7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD7CF

Black with #EDD7CF

Text Example


Text Example

White with #EDD7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD7CF; }

 p { color: rgb(237,215,207); }

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

background-color css

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

 a { background-color: rgb(237,215,207); }

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

border-color css

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

 span { border-color: rgb(237,215,207); }

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