Html Css Color HEX #E6E0DD Pot Pourri

📋 copy color: '#E6E0DD'

red 230 ◦ green 224 ◦ blue 221

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

Shades of Pot Pourri #E6E0DD

Tints of Pot Pourri #E6E0DD

RGB

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

 GREEN value IS 224 (87.89% from 255) = 33.19%

 BLUE value IS 221 (86.72% from 255) = 32.74%

R = 34.07%
G = 33.19%
B = 32.74%

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

#E6E0DD (or 0xE6E0DD) is known color: Pot Pourri. HEX triplet: E6, E0 and DD. RGB value is (230,224,221). Sum of RGB (Red+Green+Blue) = 230+224+221=675 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.07% from 675); Green value is 224 (87.89% from 255 or 33.19% from 675); Blue value is 221 (86.72% from 255 or 32.74% from 675); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E0DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6E0DD is #191F22. Grayscale: #E1E1E1. Windows color (decimal): -1646371 or 14541030. OLE color: 14541030.

HSL color Cylindrical-coordinate representation of color #E6E0DD: hue angle of 20º degrees, saturation: 0.15, 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 #E6E0DD is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 224 221 -
CMYK 0 0.03 0.04 0.10
HSL 20º 0.15% 0.88% -
HSV(B) 20º 0.04% 0.9% -
XYZ 72.34 75.35 79.14 -
YUV 225.45 125.49 131.24 -
System Red Green Blue C M Y K H S L
Decimal 230 224 221 0 0.03 0.04 0.10 20 0.15 0.88
Hex E6 E0 DD 0 3 4 A 14 F 58
Octal 346 340 335 0 3 4 12 24 17 130
Binary 11100110 11100000 11011101 0 11 100 1010 10100 1111 1011000

Color Harmonies of #E6E0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6E0DD

Black with #E6E0DD

Text Example


Text Example

White with #E6E0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6E0DD; }

 p { color: rgb(230,224,221); }

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

background-color css

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

 a { background-color: rgb(230,224,221); }

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

border-color css

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

 span { border-color: rgb(230,224,221); }

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