Html Css Color HEX #EDF5D3 Rice Flower

📋 copy color: '#EDF5D3'

red 237 ◦ green 245 ◦ blue 211

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

Shades of Rice Flower #EDF5D3

Tints of Rice Flower #EDF5D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 30.45%

R = 34.2%
G = 35.35%
B = 30.45%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#EDF5D3 (or 0xEDF5D3) is known color: Rice Flower. HEX triplet: ED, F5 and D3. RGB value is (237,245,211). Sum of RGB (Red+Green+Blue) = 237+245+211=693 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.20% from 693); Green value is 245 (96.09% from 255 or 35.35% from 693); Blue value is 211 (82.81% from 255 or 30.45% from 693); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF5D3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF5D3 is #120A2C. Grayscale: #EEEEEE. Windows color (decimal): -1182253 or 13891053. OLE color: 13891053.

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

Color convert

RGB 237 245 211 -
CMYK 0.03 0 0.14 0.04
HSL 74.12º 0.63% 0.89% -
HSV(B) 74.12º 0.14% 0.96% -
XYZ 79.34 88.01 74.43 -
YUV 238.73 112.35 126.76 -
System Red Green Blue C M Y K H S L
Decimal 237 245 211 0.03 0 0.14 0.04 74.12 0.63 0.89
Hex ED F5 D3 3 0 E 4 4A 3F 59
Octal 355 365 323 3 0 16 4 112 77 131
Binary 11101101 11110101 11010011 11 0 1110 100 1001010 111111 1011001

Color Harmonies of #EDF5D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF5D3

Black with #EDF5D3

Text Example


Text Example

White with #EDF5D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF5D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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