Html Css Color HEX #EDD9CF Pot Pourri

📋 copy color: '#EDD9CF'

red 237 ◦ green 217 ◦ blue 207

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

Shades of Pot Pourri #EDD9CF

Tints of Pot Pourri #EDD9CF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 32.83%

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

R = 35.85%
G = 32.83%
B = 31.32%

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

#EDD9CF (or 0xEDD9CF) is known color: Pot Pourri. HEX triplet: ED, D9 and CF. RGB value is (237,217,207). Sum of RGB (Red+Green+Blue) = 237+217+207=661 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.85% from 661); Green value is 217 (85.16% from 255 or 32.83% from 661); Blue value is 207 (81.25% from 255 or 31.32% from 661); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD9CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD9CF is #122630. Grayscale: #DDDDDD. Windows color (decimal): -1189425 or 13621741. OLE color: 13621741.

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

Color convert

RGB 237 217 207 -
CMYK 0 0.08 0.13 0.07
HSL 20º 0.45% 0.87% -
HSV(B) 20º 0.13% 0.93% -
XYZ 71 72.14 69.21 -
YUV 221.84 119.63 138.81 -
System Red Green Blue C M Y K H S L
Decimal 237 217 207 0 0.08 0.13 0.07 20 0.45 0.87
Hex ED D9 CF 0 8 D 7 14 2D 57
Octal 355 331 317 0 10 15 7 24 55 127
Binary 11101101 11011001 11001111 0 1000 1101 111 10100 101101 1010111

Color Harmonies of #EDD9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD9CF

Black with #EDD9CF

Text Example


Text Example

White with #EDD9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD9CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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