Html Css Color HEX #EDDFDB Pot Pourri

📋 copy color: '#EDDFDB'

red 237 ◦ green 223 ◦ blue 219

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

Shades of Pot Pourri #EDDFDB

Tints of Pot Pourri #EDDFDB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 32.84%

 BLUE value IS 219 (85.94% from 255) = 32.25%

R = 34.9%
G = 32.84%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EDDFDB (or 0xEDDFDB) is known color: Pot Pourri. HEX triplet: ED, DF and DB. RGB value is (237,223,219). Sum of RGB (Red+Green+Blue) = 237+223+219=679 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.90% from 679); Green value is 223 (87.5% from 255 or 32.84% from 679); Blue value is 219 (85.94% from 255 or 32.25% from 679); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDFDB is #122024. Grayscale: #E2E2E2. Windows color (decimal): -1187877 or 14409709. OLE color: 14409709.

HSL color Cylindrical-coordinate representation of color #EDDFDB: hue angle of 13.33º degrees, saturation: 0.33, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDDFDB is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 223 219 -
CMYK 0 0.06 0.08 0.07
HSL 13.33º 0.33% 0.89% -
HSV(B) 13.33º 0.08% 0.93% -
XYZ 74.1 75.89 77.76 -
YUV 226.73 123.64 135.33 -
System Red Green Blue C M Y K H S L
Decimal 237 223 219 0 0.06 0.08 0.07 13.33 0.33 0.89
Hex ED DF DB 0 6 8 7 D 21 59
Octal 355 337 333 0 6 10 7 15 41 131
Binary 11101101 11011111 11011011 0 110 1000 111 1101 100001 1011001

Color Harmonies of #EDDFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDFDB

Black with #EDDFDB

Text Example


Text Example

White with #EDDFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDFDB; }

 p { color: rgb(237,223,219); }

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

background-color css

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

 a { background-color: rgb(237,223,219); }

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

border-color css

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

 span { border-color: rgb(237,223,219); }

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