Html Css Color HEX #EADFD9 Pot Pourri

📋 copy color: '#EADFD9'

red 234 ◦ green 223 ◦ blue 217

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

Shades of Pot Pourri #EADFD9

Tints of Pot Pourri #EADFD9

RGB

 RED value IS 234 (91.8% from 255) = 34.72%

 GREEN value IS 223 (87.5% from 255) = 33.09%

 BLUE value IS 217 (85.16% from 255) = 32.2%

R = 34.72%
G = 33.09%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EADFD9 (or 0xEADFD9) is known color: Pot Pourri. HEX triplet: EA, DF and D9. RGB value is (234,223,217). Sum of RGB (Red+Green+Blue) = 234+223+217=674 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.72% from 674); Green value is 223 (87.5% from 255 or 33.09% from 674); Blue value is 217 (85.16% from 255 or 32.20% from 674); Max value from RGB is 234 - color contains mainly: red. Hex color #EADFD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADFD9 is #152026. Grayscale: #E1E1E1. Windows color (decimal): -1384487 or 14278634. OLE color: 14278634.

HSL color Cylindrical-coordinate representation of color #EADFD9: hue angle of 21.18º degrees, saturation: 0.29, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EADFD9 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 223 217 -
CMYK 0 0.05 0.07 0.08
HSL 21.18º 0.29% 0.88% -
HSV(B) 21.18º 0.07% 0.92% -
XYZ 72.84 75.28 76.34 -
YUV 225.61 123.14 133.99 -
System Red Green Blue C M Y K H S L
Decimal 234 223 217 0 0.05 0.07 0.08 21.18 0.29 0.88
Hex EA DF D9 0 5 7 8 15 1D 58
Octal 352 337 331 0 5 7 10 25 35 130
Binary 11101010 11011111 11011001 0 101 111 1000 10101 11101 1011000

Color Harmonies of #EADFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADFD9

Black with #EADFD9

Text Example


Text Example

White with #EADFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADFD9; }

 p { color: rgb(234,223,217); }

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

background-color css

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

 a { background-color: rgb(234,223,217); }

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

border-color css

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

 span { border-color: rgb(234,223,217); }

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