Html Css Color HEX #EDF5D4 Rice Flower

📋 copy color: '#EDF5D4'

red 237 ◦ green 245 ◦ blue 212

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

Shades of Rice Flower #EDF5D4

Tints of Rice Flower #EDF5D4

RGB

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

 GREEN value IS 245 (96.09% from 255) = 35.3%

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

R = 34.15%
G = 35.3%
B = 30.55%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#EDF5D4 (or 0xEDF5D4) is known color: Rice Flower. HEX triplet: ED, F5 and D4. RGB value is (237,245,212). Sum of RGB (Red+Green+Blue) = 237+245+212=694 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.15% from 694); Green value is 245 (96.09% from 255 or 35.30% from 694); Blue value is 212 (83.20% from 255 or 30.55% from 694); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF5D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF5D4 is #120A2B. Grayscale: #EEEEEE. Windows color (decimal): -1182252 or 13956589. OLE color: 13956589.

HSL color Cylindrical-coordinate representation of color #EDF5D4: hue angle of 74.55º degrees, saturation: 0.62, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EDF5D4 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 245 212 -
CMYK 0.03 0 0.13 0.04
HSL 74.55º 0.62% 0.9% -
HSV(B) 74.55º 0.13% 0.96% -
XYZ 79.46 88.06 75.1 -
YUV 238.85 112.85 126.68 -
System Red Green Blue C M Y K H S L
Decimal 237 245 212 0.03 0 0.13 0.04 74.55 0.62 0.9
Hex ED F5 D4 3 0 D 4 4B 3E 5A
Octal 355 365 324 3 0 15 4 113 76 132
Binary 11101101 11110101 11010100 11 0 1101 100 1001011 111110 1011010

Color Harmonies of #EDF5D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF5D4

Black with #EDF5D4

Text Example


Text Example

White with #EDF5D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF5D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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