Html Css Color HEX #EFD9CF Pot Pourri

📋 copy color: '#EFD9CF'

red 239 ◦ green 217 ◦ blue 207

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

Shades of Pot Pourri #EFD9CF

Tints of Pot Pourri #EFD9CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 31.22%

R = 36.05%
G = 32.73%
B = 31.22%

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

#EFD9CF (or 0xEFD9CF) is known color: Pot Pourri. HEX triplet: EF, D9 and CF. RGB value is (239,217,207). Sum of RGB (Red+Green+Blue) = 239+217+207=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 217 (85.16% from 255 or 32.73% from 663); Blue value is 207 (81.25% from 255 or 31.22% from 663); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD9CF is #102630. Grayscale: #DEDEDE. Windows color (decimal): -1058353 or 13621743. OLE color: 13621743.

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

Color convert

RGB 239 217 207 -
CMYK 0 0.09 0.13 0.06
HSL 18.75º 0.5% 0.87% -
HSV(B) 18.75º 0.13% 0.94% -
XYZ 71.67 72.48 69.24 -
YUV 222.44 119.29 139.81 -
System Red Green Blue C M Y K H S L
Decimal 239 217 207 0 0.09 0.13 0.06 18.75 0.5 0.87
Hex EF D9 CF 0 9 D 6 13 32 57
Octal 357 331 317 0 11 15 6 23 62 127
Binary 11101111 11011001 11001111 0 1001 1101 110 10011 110010 1010111

Color Harmonies of #EFD9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD9CF

Black with #EFD9CF

Text Example


Text Example

White with #EFD9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD9CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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