Html Css Color HEX #EDF5D5 Rice Flower

📋 copy color: '#EDF5D5'

red 237 ◦ green 245 ◦ blue 213

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

Shades of Rice Flower #EDF5D5

Tints of Rice Flower #EDF5D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 30.65%

R = 34.1%
G = 35.25%
B = 30.65%

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

#EDF5D5 (or 0xEDF5D5) is known color: Rice Flower. HEX triplet: ED, F5 and D5. RGB value is (237,245,213). Sum of RGB (Red+Green+Blue) = 237+245+213=695 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.10% from 695); Green value is 245 (96.09% from 255 or 35.25% from 695); Blue value is 213 (83.59% from 255 or 30.65% from 695); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF5D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF5D5 is #120A2A. Grayscale: #EFEFEF. Windows color (decimal): -1182251 or 14022125. OLE color: 14022125.

HSL color Cylindrical-coordinate representation of color #EDF5D5: hue angle of 75º 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 #EDF5D5 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 245 213 -
CMYK 0.03 0 0.13 0.04
HSL 75º 0.62% 0.9% -
HSV(B) 75º 0.13% 0.96% -
XYZ 79.59 88.11 75.76 -
YUV 238.96 113.35 126.6 -
System Red Green Blue C M Y K H S L
Decimal 237 245 213 0.03 0 0.13 0.04 75 0.62 0.9
Hex ED F5 D5 3 0 D 4 4B 3E 5A
Octal 355 365 325 3 0 15 4 113 76 132
Binary 11101101 11110101 11010101 11 0 1101 100 1001011 111110 1011010

Color Harmonies of #EDF5D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF5D5

Black with #EDF5D5

Text Example


Text Example

White with #EDF5D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF5D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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