Html Css Color HEX #EDF3CF Rice Flower

📋 copy color: '#EDF3CF'

red 237 ◦ green 243 ◦ blue 207

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

Shades of Rice Flower #EDF3CF

Tints of Rice Flower #EDF3CF

RGB

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

 GREEN value IS 243 (95.31% from 255) = 35.37%

 BLUE value IS 207 (81.25% from 255) = 30.13%

R = 34.5%
G = 35.37%
B = 30.13%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#EDF3CF (or 0xEDF3CF) is known color: Rice Flower. HEX triplet: ED, F3 and CF. RGB value is (237,243,207). Sum of RGB (Red+Green+Blue) = 237+243+207=687 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.50% from 687); Green value is 243 (95.31% from 255 or 35.37% from 687); Blue value is 207 (81.25% from 255 or 30.13% from 687); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF3CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF3CF is #120C30. Grayscale: #EDEDED. Windows color (decimal): -1182769 or 13628397. OLE color: 13628397.

HSL color Cylindrical-coordinate representation of color #EDF3CF: hue angle of 70º degrees, saturation: 0.6, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDF3CF is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 243 207 -
CMYK 0.02 0 0.15 0.05
HSL 70º 0.6% 0.88% -
HSV(B) 70º 0.15% 0.95% -
XYZ 78.24 86.61 71.63 -
YUV 237.1 111.01 127.93 -
System Red Green Blue C M Y K H S L
Decimal 237 243 207 0.02 0 0.15 0.05 70 0.6 0.88
Hex ED F3 CF 2 0 F 5 46 3C 58
Octal 355 363 317 2 0 17 5 106 74 130
Binary 11101101 11110011 11001111 10 0 1111 101 1000110 111100 1011000

Color Harmonies of #EDF3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF3CF

Black with #EDF3CF

Text Example


Text Example

White with #EDF3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF3CF; }

 p { color: rgb(237,243,207); }

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

background-color css

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

 a { background-color: rgb(237,243,207); }

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

border-color css

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

 span { border-color: rgb(237,243,207); }

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