Html Css Color HEX #EFD9D0 Pot Pourri

📋 copy color: '#EFD9D0'

red 239 ◦ green 217 ◦ blue 208

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

Shades of Pot Pourri #EFD9D0

Tints of Pot Pourri #EFD9D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 31.33%

R = 35.99%
G = 32.68%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EFD9D0 (or 0xEFD9D0) is known color: Pot Pourri. HEX triplet: EF, D9 and D0. RGB value is (239,217,208). Sum of RGB (Red+Green+Blue) = 239+217+208=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 217 (85.16% from 255 or 32.68% from 664); Blue value is 208 (81.64% from 255 or 31.33% from 664); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD9D0 is #10262F. Grayscale: #DEDEDE. Windows color (decimal): -1058352 or 13687279. OLE color: 13687279.

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

Color convert

RGB 239 217 208 -
CMYK 0 0.09 0.13 0.06
HSL 17.42º 0.49% 0.88% -
HSV(B) 17.42º 0.13% 0.94% -
XYZ 71.79 72.53 69.89 -
YUV 222.55 119.79 139.73 -
System Red Green Blue C M Y K H S L
Decimal 239 217 208 0 0.09 0.13 0.06 17.42 0.49 0.88
Hex EF D9 D0 0 9 D 6 11 31 58
Octal 357 331 320 0 11 15 6 21 61 130
Binary 11101111 11011001 11010000 0 1001 1101 110 10001 110001 1011000

Color Harmonies of #EFD9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD9D0

Black with #EFD9D0

Text Example


Text Example

White with #EFD9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD9D0; }

 p { color: rgb(239,217,208); }

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

background-color css

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

 a { background-color: rgb(239,217,208); }

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

border-color css

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

 span { border-color: rgb(239,217,208); }

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