Html Css Color HEX #EFDDD3 Pot Pourri

📋 copy color: '#EFDDD3'

red 239 ◦ green 221 ◦ blue 211

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

Shades of Pot Pourri #EFDDD3

Tints of Pot Pourri #EFDDD3

RGB

 RED value IS 239 (93.75% from 255) = 35.62%

 GREEN value IS 221 (86.72% from 255) = 32.94%

 BLUE value IS 211 (82.81% from 255) = 31.45%

R = 35.62%
G = 32.94%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#EFDDD3 (or 0xEFDDD3) is known color: Pot Pourri. HEX triplet: EF, DD and D3. RGB value is (239,221,211). Sum of RGB (Red+Green+Blue) = 239+221+211=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 221 (86.72% from 255 or 32.94% from 671); Blue value is 211 (82.81% from 255 or 31.45% from 671); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDD3 is #10222C. Grayscale: #E1E1E1. Windows color (decimal): -1057325 or 13884911. OLE color: 13884911.

HSL color Cylindrical-coordinate representation of color #EFDDD3: hue angle of 21.43º degrees, saturation: 0.47, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EFDDD3 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 221 211 -
CMYK 0 0.08 0.12 0.06
HSL 21.43º 0.47% 0.88% -
HSV(B) 21.43º 0.12% 0.94% -
XYZ 73.21 74.77 72.2 -
YUV 225.24 119.96 137.81 -
System Red Green Blue C M Y K H S L
Decimal 239 221 211 0 0.08 0.12 0.06 21.43 0.47 0.88
Hex EF DD D3 0 8 C 6 15 2F 58
Octal 357 335 323 0 10 14 6 25 57 130
Binary 11101111 11011101 11010011 0 1000 1100 110 10101 101111 1011000

Color Harmonies of #EFDDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDDD3

Black with #EFDDD3

Text Example


Text Example

White with #EFDDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDDD3; }

 p { color: rgb(239,221,211); }

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

background-color css

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

 a { background-color: rgb(239,221,211); }

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

border-color css

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

 span { border-color: rgb(239,221,211); }

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