Html Css Color HEX #EDEFD4 Rice Flower

📋 copy color: '#EDEFD4'

red 237 ◦ green 239 ◦ blue 212

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

Shades of Rice Flower #EDEFD4

Tints of Rice Flower #EDEFD4

RGB

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

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

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

R = 34.45%
G = 34.74%
B = 30.81%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EDEFD4 (or 0xEDEFD4) is known color: Rice Flower. HEX triplet: ED, EF and D4. RGB value is (237,239,212). Sum of RGB (Red+Green+Blue) = 237+239+212=688 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.45% from 688); Green value is 239 (93.75% from 255 or 34.74% from 688); Blue value is 212 (83.20% from 255 or 30.81% from 688); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEFD4 is #12102B. Grayscale: #EBEBEB. Windows color (decimal): -1183788 or 13955053. OLE color: 13955053.

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

Color convert

RGB 237 239 212 -
CMYK 0.01 0 0.11 0.06
HSL 64.44º 0.46% 0.88% -
HSV(B) 64.44º 0.11% 0.94% -
XYZ 77.68 84.49 74.5 -
YUV 235.32 114.84 129.2 -
System Red Green Blue C M Y K H S L
Decimal 237 239 212 0.01 0 0.11 0.06 64.44 0.46 0.88
Hex ED EF D4 1 0 B 6 40 2E 58
Octal 355 357 324 1 0 13 6 100 56 130
Binary 11101101 11101111 11010100 1 0 1011 110 1000000 101110 1011000

Color Harmonies of #EDEFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEFD4

Black with #EDEFD4

Text Example


Text Example

White with #EDEFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEFD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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