Html Css Color HEX #EDEFD1 Rice Flower

📋 copy color: '#EDEFD1'

red 237 ◦ green 239 ◦ blue 209

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

Shades of Rice Flower #EDEFD1

Tints of Rice Flower #EDEFD1

RGB

 RED value IS 237 (92.97% from 255) = 34.6%

 GREEN value IS 239 (93.75% from 255) = 34.89%

 BLUE value IS 209 (82.03% from 255) = 30.51%

R = 34.6%
G = 34.89%
B = 30.51%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EDEFD1 (or 0xEDEFD1) is known color: Rice Flower. HEX triplet: ED, EF and D1. RGB value is (237,239,209). Sum of RGB (Red+Green+Blue) = 237+239+209=685 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.60% from 685); Green value is 239 (93.75% from 255 or 34.89% from 685); Blue value is 209 (82.03% from 255 or 30.51% from 685); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEFD1 is #12102E. Grayscale: #EBEBEB. Windows color (decimal): -1183791 or 13758445. OLE color: 13758445.

HSL color Cylindrical-coordinate representation of color #EDEFD1: hue angle of 64º degrees, saturation: 0.48, 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 #EDEFD1 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 239 209 -
CMYK 0.01 0 0.13 0.06
HSL 64º 0.48% 0.88% -
HSV(B) 64º 0.13% 0.94% -
XYZ 77.3 84.34 72.53 -
YUV 234.98 113.34 129.44 -
System Red Green Blue C M Y K H S L
Decimal 237 239 209 0.01 0 0.13 0.06 64 0.48 0.88
Hex ED EF D1 1 0 D 6 40 30 58
Octal 355 357 321 1 0 15 6 100 60 130
Binary 11101101 11101111 11010001 1 0 1101 110 1000000 110000 1011000

Color Harmonies of #EDEFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEFD1

Black with #EDEFD1

Text Example


Text Example

White with #EDEFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEFD1; }

 p { color: rgb(237,239,209); }

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

background-color css

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

 a { background-color: rgb(237,239,209); }

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

border-color css

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

 span { border-color: rgb(237,239,209); }

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