Html Css Color HEX #EFDAD4 Pot Pourri

📋 copy color: '#EFDAD4'

red 239 ◦ green 218 ◦ blue 212

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

Shades of Pot Pourri #EFDAD4

Tints of Pot Pourri #EFDAD4

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.59%

 BLUE value IS 212 (83.2% from 255) = 31.69%

R = 35.72%
G = 32.59%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EFDAD4 (or 0xEFDAD4) is known color: Pot Pourri. HEX triplet: EF, DA and D4. RGB value is (239,218,212). Sum of RGB (Red+Green+Blue) = 239+218+212=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 218 (85.55% from 255 or 32.59% from 669); Blue value is 212 (83.20% from 255 or 31.69% from 669); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDAD4 is #10252B. Grayscale: #DFDFDF. Windows color (decimal): -1058092 or 13949679. OLE color: 13949679.

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

Color convert

RGB 239 218 212 -
CMYK 0 0.09 0.11 0.06
HSL 13.33º 0.46% 0.88% -
HSV(B) 13.33º 0.11% 0.94% -
XYZ 72.55 73.25 72.6 -
YUV 223.6 121.46 138.99 -
System Red Green Blue C M Y K H S L
Decimal 239 218 212 0 0.09 0.11 0.06 13.33 0.46 0.88
Hex EF DA D4 0 9 B 6 D 2E 58
Octal 357 332 324 0 11 13 6 15 56 130
Binary 11101111 11011010 11010100 0 1001 1011 110 1101 101110 1011000

Color Harmonies of #EFDAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDAD4

Black with #EFDAD4

Text Example


Text Example

White with #EFDAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDAD4; }

 p { color: rgb(239,218,212); }

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

background-color css

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

 a { background-color: rgb(239,218,212); }

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

border-color css

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

 span { border-color: rgb(239,218,212); }

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