Html Css Color HEX #E6DFDC Pot Pourri

📋 copy color: '#E6DFDC'

red 230 ◦ green 223 ◦ blue 220

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

Shades of Pot Pourri #E6DFDC

Tints of Pot Pourri #E6DFDC

RGB

 RED value IS 230 (90.23% from 255) = 34.18%

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

 BLUE value IS 220 (86.33% from 255) = 32.69%

R = 34.18%
G = 33.14%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E6DFDC (or 0xE6DFDC) is known color: Pot Pourri. HEX triplet: E6, DF and DC. RGB value is (230,223,220). Sum of RGB (Red+Green+Blue) = 230+223+220=673 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.18% from 673); Green value is 223 (87.5% from 255 or 33.14% from 673); Blue value is 220 (86.33% from 255 or 32.69% from 673); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DFDC is #192023. Grayscale: #E0E0E0. Windows color (decimal): -1646628 or 14475238. OLE color: 14475238.

HSL color Cylindrical-coordinate representation of color #E6DFDC: hue angle of 18º degrees, saturation: 0.17, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E6DFDC is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 223 220 -
CMYK 0 0.03 0.04 0.10
HSL 18º 0.17% 0.88% -
HSV(B) 18º 0.04% 0.9% -
XYZ 71.94 74.77 78.35 -
YUV 224.75 125.32 131.74 -
System Red Green Blue C M Y K H S L
Decimal 230 223 220 0 0.03 0.04 0.10 18 0.17 0.88
Hex E6 DF DC 0 3 4 A 12 11 58
Octal 346 337 334 0 3 4 12 22 21 130
Binary 11100110 11011111 11011100 0 11 100 1010 10010 10001 1011000

Color Harmonies of #E6DFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DFDC

Black with #E6DFDC

Text Example


Text Example

White with #E6DFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DFDC; }

 p { color: rgb(230,223,220); }

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

background-color css

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

 a { background-color: rgb(230,223,220); }

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

border-color css

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

 span { border-color: rgb(230,223,220); }

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